#24484F

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

Shades of Teal Blue #24484F

Tints of Teal Blue #24484F

Color information

#24484F (or 0x24484F) is unknown color: approx Teal Blue. HEX triplet: 24, 48 and 4F. RGB value is (36,72,79). Sum of RGB (Red+Green+Blue) = 36+72+79=187 (24% of max value = 765). Red value is 36 (14.45% from 255 or 19.25% from 187); Green value is 72 (28.52% from 255 or 38.50% from 187); Blue value is 79 (31.25% from 255 or 42.25% from 187); Max value from RGB is 79 - color contains mainly: blue. Hex color #24484F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #24484F is #DBB7B0. Grayscale: #3D3D3D. Windows color (decimal): -14399409 or 5195812. OLE color: 5195812.

HSL color Cylindrical-coordinate representation of color #24484F: hue angle of 189.77º degrees, saturation: 0.37, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #24484F is Cyan = 0.54, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB367279-
CMYK0.540.0900.69
HSL189.77º37.39%22.55%-
HSV(B)189.77º54.43%30.98%-
XYZ4.465.578.24-
YUV62.03137.57109.43-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 19.25%
GREEN value IS 72 (28.52% from 255) = 38.50%
BLUE value IS 79 (31.25% from 255) = 42.25%
R=19.25%
G=38.50%
B=42.25%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal3672790.540.0900.69189.7737.3922.55
Hex24484F369045be2517
Octal44110117661101052764527
Binary100100100100010011111101101001010001011011111010010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #24484F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #24484F; }

 p { color: rgb(36,72,79); }

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

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

 a { background-color: rgb(36,72,79); }

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

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

 span { border-color: rgb(36,72,79); }

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