#24474C

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

Shades of Teal Blue #24474C

Tints of Teal Blue #24474C

Color information

#24474C (or 0x24474C) is unknown color: approx Teal Blue. HEX triplet: 24, 47 and 4C. RGB value is (36,71,76). Sum of RGB (Red+Green+Blue) = 36+71+76=183 (24% of max value = 765). Red value is 36 (14.45% from 255 or 19.67% from 183); Green value is 71 (28.12% from 255 or 38.80% from 183); Blue value is 76 (30.08% from 255 or 41.53% from 183); Max value from RGB is 76 - color contains mainly: blue. Hex color #24474C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #24474C is #DBB8B3. Grayscale: #3D3D3D. Windows color (decimal): -14399668 or 4998948. OLE color: 4998948.

HSL color Cylindrical-coordinate representation of color #24474C: hue angle of 187.5º degrees, saturation: 0.36, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #24474C is Cyan = 0.53, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB367176-
CMYK0.530.0700.70
HSL187.5º35.71%21.96%-
HSV(B)187.5º52.63%29.8%-
XYZ4.295.47.65-
YUV61.1136.4110.09-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 19.67%
GREEN value IS 71 (28.12% from 255) = 38.80%
BLUE value IS 76 (30.08% from 255) = 41.53%
R=19.67%
G=38.80%
B=41.53%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal3671760.530.0700.70187.535.7121.96
Hex24474C357046bc2416
Octal4410711465701062744426
Binary10010010001111001100110101111010001101011110010010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #24474C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(36,71,76); }

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

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

 a { background-color: rgb(36,71,76); }

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

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

 span { border-color: rgb(36,71,76); }

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