#24515A

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

Shades of Teal Blue #24515A

Tints of Teal Blue #24515A

Color information

#24515A (or 0x24515A) is unknown color: approx Teal Blue. HEX triplet: 24, 51 and 5A. RGB value is (36,81,90). Sum of RGB (Red+Green+Blue) = 36+81+90=207 (27% of max value = 765). Red value is 36 (14.45% from 255 or 17.39% from 207); Green value is 81 (32.03% from 255 or 39.13% from 207); Blue value is 90 (35.55% from 255 or 43.48% from 207); Max value from RGB is 90 - color contains mainly: blue. Hex color #24515A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #24515A is #DBAEA5. Grayscale: #444444. Windows color (decimal): -14397094 or 5919012. OLE color: 5919012.

HSL color Cylindrical-coordinate representation of color #24515A: hue angle of 190º degrees, saturation: 0.43, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #24515A is Cyan = 0.60, Magento = 0.1, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB368190-
CMYK0.600.100.65
HSL190º42.86%24.71%-
HSV(B)190º60%35.29%-
XYZ5.52710.73-
YUV68.57140.09104.77-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 17.39%
GREEN value IS 81 (32.03% from 255) = 39.13%
BLUE value IS 90 (35.55% from 255) = 43.48%
R=17.39%
G=39.13%
B=43.48%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.1
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal3681900.600.100.6519042.8624.71
Hex24515A3CA041be2b19
Octal44121132741201012765331
Binary100100101000110110101111001010010000011011111010101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #24515A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #24515A; }

 p { color: rgb(36,81,90); }

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

<style>
 a { background-color: #24515A; }

 a { background-color: rgb(36,81,90); }

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

<style>
 span { border-color: #24515A; }

 span { border-color: rgb(36,81,90); }

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