#24535B

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

Shades of Teal Blue #24535B

Tints of Teal Blue #24535B

Color information

#24535B (or 0x24535B) is unknown color: approx Teal Blue. HEX triplet: 24, 53 and 5B. RGB value is (36,83,91). Sum of RGB (Red+Green+Blue) = 36+83+91=210 (27% of max value = 765). Red value is 36 (14.45% from 255 or 17.14% from 210); Green value is 83 (32.81% from 255 or 39.52% from 210); Blue value is 91 (35.94% from 255 or 43.33% from 210); Max value from RGB is 91 - color contains mainly: blue. Hex color #24535B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #24535B is #DBACA4. Grayscale: #454545. Windows color (decimal): -14396581 or 5985060. OLE color: 5985060.

HSL color Cylindrical-coordinate representation of color #24535B: hue angle of 188.73º 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 #24535B is Cyan = 0.60, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB368391-
CMYK0.600.0900.64
HSL188.73º43.31%24.9%-
HSV(B)188.73º60.44%35.69%-
XYZ5.717.3211.01-
YUV69.86139.93103.85-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 17.14%
GREEN value IS 83 (32.81% from 255) = 39.52%
BLUE value IS 91 (35.94% from 255) = 43.33%
R=17.14%
G=39.52%
B=43.33%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal3683910.600.0900.64188.7343.3124.9
Hex24535B3C9040bd2b19
Octal44123133741101002755331
Binary100100101001110110111111001001010000001011110110101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #24535B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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