#245159

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

Shades of Teal Blue #245159

Tints of Teal Blue #245159

Color information

#245159 (or 0x245159) is unknown color: approx Teal Blue. HEX triplet: 24, 51 and 59. RGB value is (36,81,89). Sum of RGB (Red+Green+Blue) = 36+81+89=206 (27% of max value = 765). Red value is 36 (14.45% from 255 or 17.48% from 206); Green value is 81 (32.03% from 255 or 39.32% from 206); Blue value is 89 (35.16% from 255 or 43.20% from 206); Max value from RGB is 89 - color contains mainly: blue. Hex color #245159 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #245159 is #DBAEA6. Grayscale: #444444. Windows color (decimal): -14397095 or 5853476. OLE color: 5853476.

HSL color Cylindrical-coordinate representation of color #245159: hue angle of 189.06º degrees, saturation: 0.42, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #245159 is Cyan = 0.60, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB368189-
CMYK0.600.0900.65
HSL189.06º42.4%24.51%-
HSV(B)189.06º59.55%34.9%-
XYZ5.476.9810.51-
YUV68.46139.59104.85-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 17.48%
GREEN value IS 81 (32.03% from 255) = 39.32%
BLUE value IS 89 (35.16% from 255) = 43.20%
R=17.48%
G=39.32%
B=43.20%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal3681890.600.0900.65189.0642.424.51
Hex2451593C9041bd2a19
Octal44121131741101012755231
Binary100100101000110110011111001001010000011011110110101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #245159

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #245159; }

 p { color: rgb(36,81,89); }

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

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

 a { background-color: rgb(36,81,89); }

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

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

 span { border-color: rgb(36,81,89); }

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