#24505C

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

Shades of Teal Blue #24505C

Tints of Teal Blue #24505C

Color information

#24505C (or 0x24505C) is unknown color: approx Teal Blue. HEX triplet: 24, 50 and 5C. RGB value is (36,80,92). Sum of RGB (Red+Green+Blue) = 36+80+92=208 (27% of max value = 765). Red value is 36 (14.45% from 255 or 17.31% from 208); Green value is 80 (31.64% from 255 or 38.46% from 208); Blue value is 92 (36.33% from 255 or 44.23% from 208); Max value from RGB is 92 - color contains mainly: blue. Hex color #24505C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #24505C is #DBAFA3. Grayscale: #444444. Windows color (decimal): -14397348 or 6049828. OLE color: 6049828.

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

Color convert

RGB368092-
CMYK0.610.1300.64
HSL192.86º43.75%25.1%-
HSV(B)192.86º60.87%36.08%-
XYZ5.536.8911.16-
YUV68.21141.42105.02-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 17.31%
GREEN value IS 80 (31.64% from 255) = 38.46%
BLUE value IS 92 (36.33% from 255) = 44.23%
R=17.31%
G=38.46%
B=44.23%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal3680920.610.1300.64192.8643.7525.1
Hex24505C3DD040c12c19
Octal44120134751501003015431
Binary100100101000010111001111011101010000001100000110110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #24505C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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