#245259

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

Shades of Teal Blue #245259

Tints of Teal Blue #245259

Color information

#245259 (or 0x245259) is unknown color: approx Teal Blue. HEX triplet: 24, 52 and 59. RGB value is (36,82,89). Sum of RGB (Red+Green+Blue) = 36+82+89=207 (27% of max value = 765). Red value is 36 (14.45% from 255 or 17.39% from 207); Green value is 82 (32.42% from 255 or 39.61% from 207); Blue value is 89 (35.16% from 255 or 43.00% from 207); Max value from RGB is 89 - color contains mainly: blue. Hex color #245259 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #245259 is #DBADA6. Grayscale: #444444. Windows color (decimal): -14396839 or 5853732. OLE color: 5853732.

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

Color convert

RGB368289-
CMYK0.600.0800.65
HSL187.92º42.4%24.51%-
HSV(B)187.92º59.55%34.9%-
XYZ5.557.1310.54-
YUV69.04139.26104.43-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 17.39%
GREEN value IS 82 (32.42% from 255) = 39.61%
BLUE value IS 89 (35.16% from 255) = 43.00%
R=17.39%
G=39.61%
B=43.00%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal3682890.600.0800.65187.9242.424.51
Hex2452593C8041bc2a19
Octal44122131741001012745231
Binary100100101001010110011111001000010000011011110010101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #245259

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #245259; }

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

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

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

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

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

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

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

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