Html Css Color HEX #24535A Teal Blue

📋 copy color: '#24535A'

red 36 ◦ green 83 ◦ blue 90

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

Shades of Teal Blue #24535A

Tints of Teal Blue #24535A

RGB

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

 GREEN value IS 83 (32.81% from 255) = 39.71%

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

R = 17.22%
G = 39.71%
B = 43.06%

CMYK

 C value IS 0.60

 M value IS 0.08

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#24535A (or 0x24535A) is known color: Teal Blue. HEX triplet: 24, 53 and 5A. RGB value is (36,83,90). Sum of RGB (Red+Green+Blue) = 36+83+90=209 (27% of max value = 765). Red value is 36 (14.45% from 255 or 17.22% from 209); Green value is 83 (32.81% from 255 or 39.71% from 209); Blue value is 90 (35.55% from 255 or 43.06% from 209); Max value from RGB is 90 - color contains mainly: blue. Hex color #24535A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #24535A is #DBACA5. Grayscale: #454545. Windows color (decimal): -14396582 or 5919524. OLE color: 5919524.

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

Color convert

RGB 36 83 90 -
CMYK 0.60 0.08 0 0.65
HSL 187.78º 0.43% 0.25% -
HSV(B) 187.78º 0.6% 0.35% -
XYZ 5.67 7.3 10.78 -
YUV 69.75 139.43 103.93 -
System Red Green Blue C M Y K H S L
Decimal 36 83 90 0.60 0.08 0 0.65 187.78 0.43 0.25
Hex 24 53 5A 3C 8 0 41 BC 2B 19
Octal 44 123 132 74 10 0 101 274 53 31
Binary 100100 1010011 1011010 111100 1000 0 1000001 10111100 101011 11001

Color Harmonies of #24535A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24535A

Black with #24535A

Text Example


Text Example

White with #24535A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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