#24545B

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

Shades of Teal Blue #24545B

Tints of Teal Blue #24545B

Color information

#24545B (or 0x24545B) is unknown color: approx Teal Blue. HEX triplet: 24, 54 and 5B. RGB value is (36,84,91). Sum of RGB (Red+Green+Blue) = 36+84+91=211 (27% of max value = 765). Red value is 36 (14.45% from 255 or 17.06% from 211); Green value is 84 (33.20% from 255 or 39.81% from 211); Blue value is 91 (35.94% from 255 or 43.13% from 211); Max value from RGB is 91 - color contains mainly: blue. Hex color #24545B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #24545B is #DBABA4. Grayscale: #464646. Windows color (decimal): -14396325 or 5985316. OLE color: 5985316.

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

Color convert

RGB368491-
CMYK0.600.0800.64
HSL187.64º43.31%24.9%-
HSV(B)187.64º60.44%35.69%-
XYZ5.797.4711.03-
YUV70.45139.6103.43-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 17.06%
GREEN value IS 84 (33.20% from 255) = 39.81%
BLUE value IS 91 (35.94% from 255) = 43.13%
R=17.06%
G=39.81%
B=43.13%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal3684910.600.0800.64187.6443.3124.9
Hex24545B3C8040bc2b19
Octal44124133741001002745331
Binary100100101010010110111111001000010000001011110010101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #24545B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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