#245359

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

Shades of Teal Blue #245359

Tints of Teal Blue #245359

Color information

#245359 (or 0x245359) is unknown color: approx Teal Blue. HEX triplet: 24, 53 and 59. RGB value is (36,83,89). Sum of RGB (Red+Green+Blue) = 36+83+89=208 (27% of max value = 765). Red value is 36 (14.45% from 255 or 17.31% from 208); Green value is 83 (32.81% from 255 or 39.90% from 208); Blue value is 89 (35.16% from 255 or 42.79% from 208); Max value from RGB is 89 - color contains mainly: blue. Hex color #245359 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #245359 is #DBACA6. Grayscale: #454545. Windows color (decimal): -14396583 or 5853988. OLE color: 5853988.

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

Color convert

RGB368389-
CMYK0.600.0700.65
HSL186.79º42.4%24.51%-
HSV(B)186.79º59.55%34.9%-
XYZ5.627.2810.56-
YUV69.63138.93104.01-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 17.31%
GREEN value IS 83 (32.81% from 255) = 39.90%
BLUE value IS 89 (35.16% from 255) = 42.79%
R=17.31%
G=39.90%
B=42.79%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal3683890.600.0700.65186.7942.424.51
Hex2453593C7041bb2a19
Octal4412313174701012735231
Binary10010010100111011001111100111010000011011101110101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #245359

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #245359; }

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

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

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

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

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

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

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

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