#24535A

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

Shades of Teal Blue #24535A

Tints of Teal Blue #24535A

Color information

#24535A (or 0x24535A) is unknown color: approx Teal Blue. HEX triplet: 24, 53 and 5A. RGB value is (36,83,90). Sum of RGB (Red+Green+Blue) = 36+83+90=209 (27% of max value = 765). Red value is 36 (14.45% from 255 or 17.22% from 209); Green value is 83 (32.81% from 255 or 39.71% from 209); Blue value is 90 (35.55% from 255 or 43.06% from 209); Max value from RGB is 90 - color contains mainly: blue. Hex color #24535A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #24535A is #DBACA5. Grayscale: #454545. Windows color (decimal): -14396582 or 5919524. OLE color: 5919524.

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

Color convert

RGB368390-
CMYK0.600.0800.65
HSL187.78º42.86%24.71%-
HSV(B)187.78º60%35.29%-
XYZ5.677.310.78-
YUV69.74139.43103.93-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 17.22%
GREEN value IS 83 (32.81% from 255) = 39.71%
BLUE value IS 90 (35.55% from 255) = 43.06%
R=17.22%
G=39.71%
B=43.06%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal3683900.600.0800.65187.7842.8624.71
Hex24535A3C8041bc2b19
Octal44123132741001012745331
Binary100100101001110110101111001000010000011011110010101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #24535A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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