Html Css Color HEX #24515B Teal Blue

📋 copy color: '#24515B'

red 36 ◦ green 81 ◦ blue 91

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

Shades of Teal Blue #24515B

Tints of Teal Blue #24515B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 43.75%

R = 17.31%
G = 38.94%
B = 43.75%

CMYK

 C value IS 0.60

 M value IS 0.11

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#24515B (or 0x24515B) is known color: Teal Blue. HEX triplet: 24, 51 and 5B. RGB value is (36,81,91). Sum of RGB (Red+Green+Blue) = 36+81+91=208 (27% of max value = 765). Red value is 36 (14.45% from 255 or 17.31% from 208); Green value is 81 (32.03% from 255 or 38.94% from 208); Blue value is 91 (35.94% from 255 or 43.75% from 208); Max value from RGB is 91 - color contains mainly: blue. Hex color #24515B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #24515B is #DBAEA4. Grayscale: #444444. Windows color (decimal): -14397093 or 5984548. OLE color: 5984548.

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

Color convert

RGB 36 81 91 -
CMYK 0.60 0.11 0 0.64
HSL 190.91º 0.43% 0.25% -
HSV(B) 190.91º 0.6% 0.36% -
XYZ 5.56 7.02 10.96 -
YUV 68.69 140.59 104.69 -
System Red Green Blue C M Y K H S L
Decimal 36 81 91 0.60 0.11 0 0.64 190.91 0.43 0.25
Hex 24 51 5B 3C B 0 40 BF 2B 19
Octal 44 121 133 74 13 0 100 277 53 31
Binary 100100 1010001 1011011 111100 1011 0 1000000 10111111 101011 11001

Color Harmonies of #24515B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24515B

Black with #24515B

Text Example


Text Example

White with #24515B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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