#245057

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

Shades of Teal Blue #245057

Tints of Teal Blue #245057

Color information

#245057 (or 0x245057) is unknown color: approx Teal Blue. HEX triplet: 24, 50 and 57. RGB value is (36,80,87). Sum of RGB (Red+Green+Blue) = 36+80+87=203 (26% of max value = 765). Red value is 36 (14.45% from 255 or 17.73% from 203); Green value is 80 (31.64% from 255 or 39.41% from 203); Blue value is 87 (34.38% from 255 or 42.86% from 203); Max value from RGB is 87 - color contains mainly: blue. Hex color #245057 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #245057 is #DBAFA8. Grayscale: #434343. Windows color (decimal): -14397353 or 5722148. OLE color: 5722148.

HSL color Cylindrical-coordinate representation of color #245057: hue angle of 188.24º degrees, saturation: 0.41, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #245057 is Cyan = 0.59, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB368087-
CMYK0.590.0800.66
HSL188.24º41.46%24.12%-
HSV(B)188.24º58.62%34.12%-
XYZ5.326.810.05-
YUV67.64138.92105.43-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 17.73%
GREEN value IS 80 (31.64% from 255) = 39.41%
BLUE value IS 87 (34.38% from 255) = 42.86%
R=17.73%
G=39.41%
B=42.86%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal3680870.590.0800.66188.2441.4624.12
Hex2450573B8042bc2918
Octal44120127731001022745130
Binary100100101000010101111110111000010000101011110010100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #245057

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #245057; }

 p { color: rgb(36,80,87); }

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

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

 a { background-color: rgb(36,80,87); }

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

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

 span { border-color: rgb(36,80,87); }

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