#24525B

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

Shades of Teal Blue #24525B

Tints of Teal Blue #24525B

Color information

#24525B (or 0x24525B) is unknown color: approx Teal Blue. HEX triplet: 24, 52 and 5B. RGB value is (36,82,91). Sum of RGB (Red+Green+Blue) = 36+82+91=209 (27% of max value = 765). Red value is 36 (14.45% from 255 or 17.22% from 209); Green value is 82 (32.42% from 255 or 39.23% from 209); Blue value is 91 (35.94% from 255 or 43.54% from 209); Max value from RGB is 91 - color contains mainly: blue. Hex color #24525B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #24525B is #DBADA4. Grayscale: #454545. Windows color (decimal): -14396837 or 5984804. OLE color: 5984804.

HSL color Cylindrical-coordinate representation of color #24525B: hue angle of 189.82º degrees, saturation: 0.43, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #24525B is Cyan = 0.60, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB368291-
CMYK0.600.1000.64
HSL189.82º43.31%24.9%-
HSV(B)189.82º60.44%35.69%-
XYZ5.637.1610.98-
YUV69.27140.26104.27-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 17.22%
GREEN value IS 82 (32.42% from 255) = 39.23%
BLUE value IS 91 (35.94% from 255) = 43.54%
R=17.22%
G=39.23%
B=43.54%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal3682910.600.1000.64189.8243.3124.9
Hex24525B3CA040be2b19
Octal44122133741201002765331
Binary100100101001010110111111001010010000001011111010101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #24525B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #24525B; }

 p { color: rgb(36,82,91); }

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

<style>
 a { background-color: #24525B; }

 a { background-color: rgb(36,82,91); }

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

<style>
 span { border-color: #24525B; }

 span { border-color: rgb(36,82,91); }

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