#24545C

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

Shades of Teal Blue #24545C

Tints of Teal Blue #24545C

Color information

#24545C (or 0x24545C) is unknown color: approx Teal Blue. HEX triplet: 24, 54 and 5C. RGB value is (36,84,92). Sum of RGB (Red+Green+Blue) = 36+84+92=212 (28% of max value = 765). Red value is 36 (14.45% from 255 or 16.98% from 212); Green value is 84 (33.20% from 255 or 39.62% from 212); Blue value is 92 (36.33% from 255 or 43.40% from 212); Max value from RGB is 92 - color contains mainly: blue. Hex color #24545C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #24545C is #DBABA3. Grayscale: #464646. Windows color (decimal): -14396324 or 6050852. OLE color: 6050852.

HSL color Cylindrical-coordinate representation of color #24545C: hue angle of 188.57º degrees, saturation: 0.44, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #24545C is Cyan = 0.61, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB368492-
CMYK0.610.0900.64
HSL188.57º43.75%25.1%-
HSV(B)188.57º60.87%36.08%-
XYZ5.837.4911.26-
YUV70.56140.1103.35-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 16.98%
GREEN value IS 84 (33.20% from 255) = 39.62%
BLUE value IS 92 (36.33% from 255) = 43.40%
R=16.98%
G=39.62%
B=43.40%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal3684920.610.0900.64188.5743.7525.1
Hex24545C3D9040bd2c19
Octal44124134751101002755431
Binary100100101010010111001111011001010000001011110110110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #24545C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #24545C; }

 p { color: rgb(36,84,92); }

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

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

 a { background-color: rgb(36,84,92); }

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

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

 span { border-color: rgb(36,84,92); }

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