#24464C

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

Shades of Teal Blue #24464C

Tints of Teal Blue #24464C

Color information

#24464C (or 0x24464C) is unknown color: approx Teal Blue. HEX triplet: 24, 46 and 4C. RGB value is (36,70,76). Sum of RGB (Red+Green+Blue) = 36+70+76=182 (24% of max value = 765). Red value is 36 (14.45% from 255 or 19.78% from 182); Green value is 70 (27.73% from 255 or 38.46% from 182); Blue value is 76 (30.08% from 255 or 41.76% from 182); Max value from RGB is 76 - color contains mainly: blue. Hex color #24464C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #24464C is #DBB9B3. Grayscale: #3C3C3C. Windows color (decimal): -14399924 or 4998692. OLE color: 4998692.

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

Color convert

RGB367076-
CMYK0.530.0800.70
HSL189º35.71%21.96%-
HSV(B)189º52.63%29.8%-
XYZ4.225.287.63-
YUV60.52136.74110.51-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 19.78%
GREEN value IS 70 (27.73% from 255) = 38.46%
BLUE value IS 76 (30.08% from 255) = 41.76%
R=19.78%
G=38.46%
B=41.76%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal3670760.530.0800.7018935.7121.96
Hex24464C358046bd2416
Octal44106114651001062754426
Binary100100100011010011001101011000010001101011110110010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #24464C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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