#285259

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

Shades of Teal Blue #285259

Tints of Teal Blue #285259

Color information

#285259 (or 0x285259) is unknown color: approx Teal Blue. HEX triplet: 28, 52 and 59. RGB value is (40,82,89). Sum of RGB (Red+Green+Blue) = 40+82+89=211 (27% of max value = 765). Red value is 40 (16.02% from 255 or 18.96% from 211); Green value is 82 (32.42% from 255 or 38.86% from 211); Blue value is 89 (35.16% from 255 or 42.18% from 211); Max value from RGB is 89 - color contains mainly: blue. Hex color #285259 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #285259 is #D7ADA6. Grayscale: #464646. Windows color (decimal): -14134695 or 5853736. OLE color: 5853736.

HSL color Cylindrical-coordinate representation of color #285259: hue angle of 188.57º degrees, saturation: 0.38, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #285259 is Cyan = 0.55, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB408289-
CMYK0.550.0800.65
HSL188.57º37.98%25.29%-
HSV(B)188.57º55.06%34.9%-
XYZ5.77.2110.54-
YUV70.24138.59106.43-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 18.96%
GREEN value IS 82 (32.42% from 255) = 38.86%
BLUE value IS 89 (35.16% from 255) = 42.18%
R=18.96%
G=38.86%
B=42.18%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal4082890.550.0800.65188.5737.9825.29
Hex285259378041bd2619
Octal50122131671001012754631
Binary101000101001010110011101111000010000011011110110011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #285259

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #285259; }

 p { color: rgb(40,82,89); }

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

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

 a { background-color: rgb(40,82,89); }

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

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

 span { border-color: rgb(40,82,89); }

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