#285158

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

Shades of Teal Blue #285158

Tints of Teal Blue #285158

Color information

#285158 (or 0x285158) is unknown color: approx Teal Blue. HEX triplet: 28, 51 and 58. RGB value is (40,81,88). Sum of RGB (Red+Green+Blue) = 40+81+88=209 (27% of max value = 765). Red value is 40 (16.02% from 255 or 19.14% from 209); Green value is 81 (32.03% from 255 or 38.76% from 209); Blue value is 88 (34.77% from 255 or 42.11% from 209); Max value from RGB is 88 - color contains mainly: blue. Hex color #285158 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #285158 is #D7AEA7. Grayscale: #454545. Windows color (decimal): -14134952 or 5787944. OLE color: 5787944.

HSL color Cylindrical-coordinate representation of color #285158: hue angle of 188.75º degrees, saturation: 0.37, 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 #285158 is Cyan = 0.55, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB408188-
CMYK0.550.0800.65
HSL188.75º37.5%25.1%-
HSV(B)188.75º54.55%34.51%-
XYZ5.587.0410.3-
YUV69.54138.42106.93-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 19.14%
GREEN value IS 81 (32.03% from 255) = 38.76%
BLUE value IS 88 (34.77% from 255) = 42.11%
R=19.14%
G=38.76%
B=42.11%

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
Decimal4081880.550.0800.65188.7537.525.1
Hex285158378041bd2519
Octal50121130671001012754531
Binary101000101000110110001101111000010000011011110110010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #285158

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #285158; }

 p { color: rgb(40,81,88); }

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

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

 a { background-color: rgb(40,81,88); }

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

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

 span { border-color: rgb(40,81,88); }

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