Html Css Color HEX #24525A Teal Blue

📋 copy color: '#24525A'

red 36 ◦ green 82 ◦ blue 90

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

Shades of Teal Blue #24525A

Tints of Teal Blue #24525A

RGB

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

 GREEN value IS 82 (32.42% from 255) = 39.42%

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

R = 17.31%
G = 39.42%
B = 43.27%

CMYK

 C value IS 0.60

 M value IS 0.09

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#24525A (or 0x24525A) is known color: Teal Blue. HEX triplet: 24, 52 and 5A. RGB value is (36,82,90). Sum of RGB (Red+Green+Blue) = 36+82+90=208 (27% of max value = 765). Red value is 36 (14.45% from 255 or 17.31% from 208); Green value is 82 (32.42% from 255 or 39.42% from 208); Blue value is 90 (35.55% from 255 or 43.27% from 208); Max value from RGB is 90 - color contains mainly: blue. Hex color #24525A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #24525A is #DBADA5. Grayscale: #454545. Windows color (decimal): -14396838 or 5919268. OLE color: 5919268.

HSL color Cylindrical-coordinate representation of color #24525A: hue angle of 188.89º 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 #24525A is Cyan = 0.60, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 36 82 90 -
CMYK 0.60 0.09 0 0.65
HSL 188.89º 0.43% 0.25% -
HSV(B) 188.89º 0.6% 0.35% -
XYZ 5.59 7.15 10.76 -
YUV 69.16 139.76 104.35 -
System Red Green Blue C M Y K H S L
Decimal 36 82 90 0.60 0.09 0 0.65 188.89 0.43 0.25
Hex 24 52 5A 3C 9 0 41 BD 2B 19
Octal 44 122 132 74 11 0 101 275 53 31
Binary 100100 1010010 1011010 111100 1001 0 1000001 10111101 101011 11001

Color Harmonies of #24525A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24525A

Black with #24525A

Text Example


Text Example

White with #24525A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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