#245760

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

Shades of Teal Blue #245760

Tints of Teal Blue #245760

Color information

#245760 (or 0x245760) is unknown color: approx Teal Blue. HEX triplet: 24, 57 and 60. RGB value is (36,87,96). Sum of RGB (Red+Green+Blue) = 36+87+96=219 (29% of max value = 765). Red value is 36 (14.45% from 255 or 16.44% from 219); Green value is 87 (34.38% from 255 or 39.73% from 219); Blue value is 96 (37.89% from 255 or 43.84% from 219); Max value from RGB is 96 - color contains mainly: blue. Hex color #245760 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #245760 is #DBA89F. Grayscale: #484848. Windows color (decimal): -14395552 or 6313764. OLE color: 6313764.

HSL color Cylindrical-coordinate representation of color #245760: hue angle of 189º 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 #245760 is Cyan = 0.62, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB368796-
CMYK0.620.0900.62
HSL189º45.45%25.88%-
HSV(B)189º62.5%37.65%-
XYZ6.258.0412.29-
YUV72.78141.1101.77-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 16.44%
GREEN value IS 87 (34.38% from 255) = 39.73%
BLUE value IS 96 (37.89% from 255) = 43.84%
R=16.44%
G=39.73%
B=43.84%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal3687960.620.0900.6218945.4525.88
Hex2457603E903Ebd2d1a
Octal4412714076110762755532
Binary10010010101111100000111110100101111101011110110110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #245760

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #245760; }

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

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

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

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

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

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

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

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