Html Css Color HEX #20474D Teal Blue

📋 copy color: '#20474D'

red 32 ◦ green 71 ◦ blue 77

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

Shades of Teal Blue #20474D

Tints of Teal Blue #20474D

RGB

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

 GREEN value IS 71 (28.13% from 255) = 39.44%

 BLUE value IS 77 (30.47% from 255) = 42.78%

R = 17.78%
G = 39.44%
B = 42.78%

CMYK

 C value IS 0.58

 M value IS 0.08

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#20474D (or 0x20474D) is known color: Teal Blue. HEX triplet: 20, 47 and 4D. RGB value is (32,71,77). Sum of RGB (Red+Green+Blue) = 32+71+77=180 (23% of max value = 765). Red value is 32 (12.89% from 255 or 17.78% from 180); Green value is 71 (28.12% from 255 or 39.44% from 180); Blue value is 77 (30.47% from 255 or 42.78% from 180); Max value from RGB is 77 - color contains mainly: blue. Hex color #20474D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #20474D is #DFB8B2. Grayscale: #3B3B3B. Windows color (decimal): -14661811 or 5064480. OLE color: 5064480.

HSL color Cylindrical-coordinate representation of color #20474D: hue angle of 188º degrees, saturation: 0.41, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #20474D is Cyan = 0.58, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 32 71 77 -
CMYK 0.58 0.08 0 0.70
HSL 188º 0.41% 0.21% -
HSV(B) 188º 0.58% 0.3% -
XYZ 4.19 5.35 7.83 -
YUV 60.02 137.58 108.01 -
System Red Green Blue C M Y K H S L
Decimal 32 71 77 0.58 0.08 0 0.70 188 0.41 0.21
Hex 20 47 4D 3A 8 0 46 BC 29 15
Octal 40 107 115 72 10 0 106 274 51 25
Binary 100000 1000111 1001101 111010 1000 0 1000110 10111100 101001 10101

Color Harmonies of #20474D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20474D

Black with #20474D

Text Example


Text Example

White with #20474D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #20474D; }

 p { color: rgb(32,71,77); }

 H1.HeaderClassName
 {
   color: #20474D;
 }
 .AnyTagClassName
 {
   color: #20474D;
 }
</style>

background-color css

<style>
 a { background-color: #20474D; }

 a { background-color: rgb(32,71,77); }

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

border-color css

<style>
 span { border-color: #20474D; }

 span { border-color: rgb(32,71,77); }

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