#28545D

Color #28545D Teal Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Teal Blue #28545D

Tints of Teal Blue #28545D

Color information

#28545D (or 0x28545D) is unknown color: approx Teal Blue. HEX triplet: 28, 54 and 5D. RGB value is (40,84,93). Sum of RGB (Red+Green+Blue) = 40+84+93=217 (28% of max value = 765). Red value is 40 (16.02% from 255 or 18.43% from 217); Green value is 84 (33.20% from 255 or 38.71% from 217); Blue value is 93 (36.72% from 255 or 42.86% from 217); Max value from RGB is 93 - color contains mainly: blue. Hex color #28545D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #28545D is #D7ABA2. Grayscale: #474747. Windows color (decimal): -14134179 or 6116392. OLE color: 6116392.

HSL color Cylindrical-coordinate representation of color #28545D: hue angle of 190.19º degrees, saturation: 0.4, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #28545D is Cyan = 0.57, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB408493-
CMYK0.570.1000.64
HSL190.19º39.85%26.08%-
HSV(B)190.19º56.99%36.47%-
XYZ6.027.5811.5-
YUV71.87139.92105.27-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 40 (16.02% from 255) = 18.43%
GREEN value IS 84 (33.20% from 255) = 38.71%
BLUE value IS 93 (36.72% from 255) = 42.86%
R=18.43%
G=38.71%
B=42.86%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal4084930.570.1000.64190.1939.8526.08
Hex28545D39A040be281a
Octal50124135711201002765032
Binary101000101010010111011110011010010000001011111010100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28545D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #28545D; }

 p { color: rgb(40,84,93); }

 H1.HeaderClassName
 {
   color: #28545D;
 }
 .AnyTagClassName
 {
   color: #28545D;
 }
</style>
background-color css

<style>
 a { background-color: #28545D; }

 a { background-color: rgb(40,84,93); }

 div.DivClassName
 {
   background-color: #28545D;
 }
 .BgClassName
 {
   background-color: #28545D;
 }
</style>
border-color css

<style>
 span { border-color: #28545D; }

 span { border-color: rgb(40,84,93); }

 td.TdClassName
 {
   border-color: #28545D;
 }
 .TagClassName
 {
   border-color: #28545D;
 }
</style>