Html Css Color HEX #24525B Teal Blue

📋 copy color: '#24525B'

red 36 ◦ green 82 ◦ blue 91

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

Shades of Teal Blue #24525B

Tints of Teal Blue #24525B

RGB

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

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

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

R = 17.22%
G = 39.23%
B = 43.54%

CMYK

 C value IS 0.60

 M value IS 0.10

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#24525B (or 0x24525B) is known color: Teal Blue. HEX triplet: 24, 52 and 5B. RGB value is (36,82,91). Sum of RGB (Red+Green+Blue) = 36+82+91=209 (27% of max value = 765). Red value is 36 (14.45% from 255 or 17.22% from 209); Green value is 82 (32.42% from 255 or 39.23% from 209); Blue value is 91 (35.94% from 255 or 43.54% from 209); Max value from RGB is 91 - color contains mainly: blue. Hex color #24525B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #24525B is #DBADA4. Grayscale: #454545. Windows color (decimal): -14396837 or 5984804. OLE color: 5984804.

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

Color convert

RGB 36 82 91 -
CMYK 0.60 0.10 0 0.64
HSL 189.82º 0.43% 0.25% -
HSV(B) 189.82º 0.6% 0.36% -
XYZ 5.63 7.16 10.98 -
YUV 69.27 140.26 104.27 -
System Red Green Blue C M Y K H S L
Decimal 36 82 91 0.60 0.10 0 0.64 189.82 0.43 0.25
Hex 24 52 5B 3C A 0 40 BE 2B 19
Octal 44 122 133 74 12 0 100 276 53 31
Binary 100100 1010010 1011011 111100 1010 0 1000000 10111110 101011 11001

Color Harmonies of #24525B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24525B

Black with #24525B

Text Example


Text Example

White with #24525B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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