#28565E

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

Shades of Teal Blue #28565E

Tints of Teal Blue #28565E

Color information

#28565E (or 0x28565E) is unknown color: approx Teal Blue. HEX triplet: 28, 56 and 5E. RGB value is (40,86,94). Sum of RGB (Red+Green+Blue) = 40+86+94=220 (29% of max value = 765). Red value is 40 (16.02% from 255 or 18.18% from 220); Green value is 86 (33.98% from 255 or 39.09% from 220); Blue value is 94 (37.11% from 255 or 42.73% from 220); Max value from RGB is 94 - color contains mainly: blue. Hex color #28565E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #28565E is #D7A9A1. Grayscale: #494949. Windows color (decimal): -14133666 or 6182440. OLE color: 6182440.

HSL color Cylindrical-coordinate representation of color #28565E: hue angle of 188.89º degrees, saturation: 0.4, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #28565E is Cyan = 0.57, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB408694-
CMYK0.570.0900.63
HSL188.89º40.3%26.27%-
HSV(B)188.89º57.45%36.86%-
XYZ6.227.9111.79-
YUV73.16139.76104.35-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 18.18%
GREEN value IS 86 (33.98% from 255) = 39.09%
BLUE value IS 94 (37.11% from 255) = 42.73%
R=18.18%
G=39.09%
B=42.73%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal4086940.570.0900.63188.8940.326.27
Hex28565E39903Fbd281a
Octal5012613671110772755032
Binary10100010101101011110111001100101111111011110110100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28565E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #28565E; }

 p { color: rgb(40,86,94); }

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

<style>
 a { background-color: #28565E; }

 a { background-color: rgb(40,86,94); }

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

<style>
 span { border-color: #28565E; }

 span { border-color: rgb(40,86,94); }

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