Html Css Color HEX #20535A Teal Blue

📋 copy color: '#20535A'

red 32 ◦ green 83 ◦ blue 90

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

Shades of Teal Blue #20535A

Tints of Teal Blue #20535A

RGB

 RED value IS 32 (12.89% from 255) = 15.61%

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

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

R = 15.61%
G = 40.49%
B = 43.9%

CMYK

 C value IS 0.64

 M value IS 0.08

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#20535A (or 0x20535A) is known color: Teal Blue. HEX triplet: 20, 53 and 5A. RGB value is (32,83,90). Sum of RGB (Red+Green+Blue) = 32+83+90=205 (27% of max value = 765). Red value is 32 (12.89% from 255 or 15.61% from 205); Green value is 83 (32.81% from 255 or 40.49% from 205); Blue value is 90 (35.55% from 255 or 43.90% from 205); Max value from RGB is 90 - color contains mainly: blue. Hex color #20535A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #20535A is #DFACA5. Grayscale: #444444. Windows color (decimal): -14658726 or 5919520. OLE color: 5919520.

HSL color Cylindrical-coordinate representation of color #20535A: hue angle of 187.24º degrees, saturation: 0.48, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #20535A is Cyan = 0.64, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 32 83 90 -
CMYK 0.64 0.08 0 0.65
HSL 187.24º 0.48% 0.24% -
HSV(B) 187.24º 0.64% 0.35% -
XYZ 5.53 7.23 10.78 -
YUV 68.55 140.1 101.93 -
System Red Green Blue C M Y K H S L
Decimal 32 83 90 0.64 0.08 0 0.65 187.24 0.48 0.24
Hex 20 53 5A 40 8 0 41 BB 30 18
Octal 40 123 132 100 10 0 101 273 60 30
Binary 100000 1010011 1011010 1000000 1000 0 1000001 10111011 110000 11000

Color Harmonies of #20535A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20535A

Black with #20535A

Text Example


Text Example

White with #20535A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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