Html Css Color HEX #24515A Teal Blue

📋 copy color: '#24515A'

red 36 ◦ green 81 ◦ blue 90

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

Shades of Teal Blue #24515A

Tints of Teal Blue #24515A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 43.48%

R = 17.39%
G = 39.13%
B = 43.48%

CMYK

 C value IS 0.60

 M value IS 0.1

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#24515A (or 0x24515A) is known color: Teal Blue. HEX triplet: 24, 51 and 5A. RGB value is (36,81,90). Sum of RGB (Red+Green+Blue) = 36+81+90=207 (27% of max value = 765). Red value is 36 (14.45% from 255 or 17.39% from 207); Green value is 81 (32.03% from 255 or 39.13% from 207); Blue value is 90 (35.55% from 255 or 43.48% from 207); Max value from RGB is 90 - color contains mainly: blue. Hex color #24515A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #24515A is #DBAEA5. Grayscale: #444444. Windows color (decimal): -14397094 or 5919012. OLE color: 5919012.

HSL color Cylindrical-coordinate representation of color #24515A: hue angle of 190º degrees, saturation: 0.43, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #24515A is Cyan = 0.60, Magento = 0.1, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 36 81 90 -
CMYK 0.60 0.1 0 0.65
HSL 190º 0.43% 0.25% -
HSV(B) 190º 0.6% 0.35% -
XYZ 5.52 7 10.73 -
YUV 68.57 140.09 104.77 -
System Red Green Blue C M Y K H S L
Decimal 36 81 90 0.60 0.1 0 0.65 190 0.43 0.25
Hex 24 51 5A 3C A 0 41 BE 2B 19
Octal 44 121 132 74 12 0 101 276 53 31
Binary 100100 1010001 1011010 111100 1010 0 1000001 10111110 101011 11001

Color Harmonies of #24515A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24515A

Black with #24515A

Text Example


Text Example

White with #24515A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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