Html Css Color HEX #24515D Teal Blue

📋 copy color: '#24515D'

red 36 ◦ green 81 ◦ blue 93

#24515D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Teal Blue #24515D

Tints of Teal Blue #24515D

RGB

 RED value IS 36 (14.45% from 255) = 17.14%

 GREEN value IS 81 (32.03% from 255) = 38.57%

 BLUE value IS 93 (36.72% from 255) = 44.29%

R = 17.14%
G = 38.57%
B = 44.29%

CMYK

 C value IS 0.61

 M value IS 0.13

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#24515D (or 0x24515D) is known color: Teal Blue. HEX triplet: 24, 51 and 5D. RGB value is (36,81,93). Sum of RGB (Red+Green+Blue) = 36+81+93=210 (27% of max value = 765). Red value is 36 (14.45% from 255 or 17.14% from 210); Green value is 81 (32.03% from 255 or 38.57% from 210); Blue value is 93 (36.72% from 255 or 44.29% from 210); Max value from RGB is 93 - color contains mainly: blue. Hex color #24515D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #24515D is #DBAEA2. Grayscale: #444444. Windows color (decimal): -14397091 or 6115620. OLE color: 6115620.

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

Color convert

RGB 36 81 93 -
CMYK 0.61 0.13 0 0.64
HSL 192.63º 0.44% 0.25% -
HSV(B) 192.63º 0.61% 0.36% -
XYZ 5.65 7.05 11.42 -
YUV 68.91 141.59 104.52 -
System Red Green Blue C M Y K H S L
Decimal 36 81 93 0.61 0.13 0 0.64 192.63 0.44 0.25
Hex 24 51 5D 3D D 0 40 C1 2C 19
Octal 44 121 135 75 15 0 100 301 54 31
Binary 100100 1010001 1011101 111101 1101 0 1000000 11000001 101100 11001

Color Harmonies of #24515D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24515D

Black with #24515D

Text Example


Text Example

White with #24515D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #24515D;
 }
 .AnyTagClassName
 {
   color: #24515D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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