#245860

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

Shades of Teal Blue #245860

Tints of Teal Blue #245860

Color information

#245860 (or 0x245860) is unknown color: approx Teal Blue. HEX triplet: 24, 58 and 60. RGB value is (36,88,96). Sum of RGB (Red+Green+Blue) = 36+88+96=220 (29% of max value = 765). Red value is 36 (14.45% from 255 or 16.36% from 220); Green value is 88 (34.77% from 255 or 40% from 220); Blue value is 96 (37.89% from 255 or 43.64% from 220); Max value from RGB is 96 - color contains mainly: blue. Hex color #245860 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #245860 is #DBA79F. Grayscale: #494949. Windows color (decimal): -14395296 or 6314020. OLE color: 6314020.

HSL color Cylindrical-coordinate representation of color #245860: hue angle of 188º degrees, saturation: 0.45, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #245860 is Cyan = 0.62, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB368896-
CMYK0.620.0800.62
HSL188º45.45%25.88%-
HSV(B)188º62.5%37.65%-
XYZ6.338.212.32-
YUV73.36140.77101.35-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 16.36%
GREEN value IS 88 (34.77% from 255) = 40%
BLUE value IS 96 (37.89% from 255) = 43.64%
R=16.36%
G=40%
B=43.64%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal3688960.620.0800.6218845.4525.88
Hex2458603E803Ebc2d1a
Octal4413014076100762745532
Binary10010010110001100000111110100001111101011110010110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #245860

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #245860; }

 p { color: rgb(36,88,96); }

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

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

 a { background-color: rgb(36,88,96); }

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

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

 span { border-color: rgb(36,88,96); }

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