#24505B

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

Shades of Teal Blue #24505B

Tints of Teal Blue #24505B

Color information

#24505B (or 0x24505B) is unknown color: approx Teal Blue. HEX triplet: 24, 50 and 5B. RGB value is (36,80,91). Sum of RGB (Red+Green+Blue) = 36+80+91=207 (27% of max value = 765). Red value is 36 (14.45% from 255 or 17.39% from 207); Green value is 80 (31.64% from 255 or 38.65% from 207); Blue value is 91 (35.94% from 255 or 43.96% from 207); Max value from RGB is 91 - color contains mainly: blue. Hex color #24505B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #24505B is #DBAFA4. Grayscale: #444444. Windows color (decimal): -14397349 or 5984292. OLE color: 5984292.

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

Color convert

RGB368091-
CMYK0.600.1200.64
HSL192º43.31%24.9%-
HSV(B)192º60.44%35.69%-
XYZ5.486.8710.93-
YUV68.1140.92105.11-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 17.39%
GREEN value IS 80 (31.64% from 255) = 38.65%
BLUE value IS 91 (35.94% from 255) = 43.96%
R=17.39%
G=38.65%
B=43.96%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal3680910.600.1200.6419243.3124.9
Hex24505B3CC040c02b19
Octal44120133741401003005331
Binary100100101000010110111111001100010000001100000010101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #24505B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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