#24535C

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

Shades of Teal Blue #24535C

Tints of Teal Blue #24535C

Color information

#24535C (or 0x24535C) is unknown color: approx Teal Blue. HEX triplet: 24, 53 and 5C. RGB value is (36,83,92). Sum of RGB (Red+Green+Blue) = 36+83+92=211 (27% of max value = 765). Red value is 36 (14.45% from 255 or 17.06% from 211); Green value is 83 (32.81% from 255 or 39.34% from 211); Blue value is 92 (36.33% from 255 or 43.60% from 211); Max value from RGB is 92 - color contains mainly: blue. Hex color #24535C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #24535C is #DBACA3. Grayscale: #454545. Windows color (decimal): -14396580 or 6050596. OLE color: 6050596.

HSL color Cylindrical-coordinate representation of color #24535C: hue angle of 189.64º degrees, saturation: 0.44, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #24535C is Cyan = 0.61, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB368392-
CMYK0.610.1000.64
HSL189.64º43.75%25.1%-
HSV(B)189.64º60.87%36.08%-
XYZ5.757.3311.24-
YUV69.97140.43103.77-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 17.06%
GREEN value IS 83 (32.81% from 255) = 39.34%
BLUE value IS 92 (36.33% from 255) = 43.60%
R=17.06%
G=39.34%
B=43.60%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal3683920.610.1000.64189.6443.7525.1
Hex24535C3DA040be2c19
Octal44123134751201002765431
Binary100100101001110111001111011010010000001011111010110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #24535C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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