#24555C

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

Shades of Teal Blue #24555C

Tints of Teal Blue #24555C

Color information

#24555C (or 0x24555C) is unknown color: approx Teal Blue. HEX triplet: 24, 55 and 5C. RGB value is (36,85,92). Sum of RGB (Red+Green+Blue) = 36+85+92=213 (28% of max value = 765). Red value is 36 (14.45% from 255 or 16.90% from 213); Green value is 85 (33.59% from 255 or 39.91% from 213); Blue value is 92 (36.33% from 255 or 43.19% from 213); Max value from RGB is 92 - color contains mainly: blue. Hex color #24555C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #24555C is #DBAAA3. Grayscale: #474747. Windows color (decimal): -14396068 or 6051108. OLE color: 6051108.

HSL color Cylindrical-coordinate representation of color #24555C: hue angle of 187.5º 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 #24555C is Cyan = 0.61, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB368592-
CMYK0.610.0800.64
HSL187.5º43.75%25.1%-
HSV(B)187.5º60.87%36.08%-
XYZ5.917.6411.29-
YUV71.15139.77102.93-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 16.90%
GREEN value IS 85 (33.59% from 255) = 39.91%
BLUE value IS 92 (36.33% from 255) = 43.19%
R=16.90%
G=39.91%
B=43.19%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal3685920.610.0800.64187.543.7525.1
Hex24555C3D8040bc2c19
Octal44125134751001002745431
Binary100100101010110111001111011000010000001011110010110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #24555C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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