#24505D

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

Shades of Teal Blue #24505D

Tints of Teal Blue #24505D

Color information

#24505D (or 0x24505D) is unknown color: approx Teal Blue. HEX triplet: 24, 50 and 5D. RGB value is (36,80,93). Sum of RGB (Red+Green+Blue) = 36+80+93=209 (27% of max value = 765). Red value is 36 (14.45% from 255 or 17.22% from 209); Green value is 80 (31.64% from 255 or 38.28% from 209); Blue value is 93 (36.72% from 255 or 44.50% from 209); Max value from RGB is 93 - color contains mainly: blue. Hex color #24505D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #24505D is #DBAFA2. Grayscale: #444444. Windows color (decimal): -14397347 or 6115364. OLE color: 6115364.

HSL color Cylindrical-coordinate representation of color #24505D: hue angle of 193.68º 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 #24505D is Cyan = 0.61, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB368093-
CMYK0.610.1400.64
HSL193.68º44.19%25.29%-
HSV(B)193.68º61.29%36.47%-
XYZ5.576.911.39-
YUV68.33141.92104.94-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 17.22%
GREEN value IS 80 (31.64% from 255) = 38.28%
BLUE value IS 93 (36.72% from 255) = 44.50%
R=17.22%
G=38.28%
B=44.50%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal3680930.610.1400.64193.6844.1925.29
Hex24505D3DE040c22c19
Octal44120135751601003025431
Binary100100101000010111011111011110010000001100001010110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #24505D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #24505D; }

 p { color: rgb(36,80,93); }

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

<style>
 a { background-color: #24505D; }

 a { background-color: rgb(36,80,93); }

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

<style>
 span { border-color: #24505D; }

 span { border-color: rgb(36,80,93); }

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