Html Css Color HEX #20484F Teal Blue

📋 copy color: '#20484F'

red 32 ◦ green 72 ◦ blue 79

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

Shades of Teal Blue #20484F

Tints of Teal Blue #20484F

RGB

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

 GREEN value IS 72 (28.52% from 255) = 39.34%

 BLUE value IS 79 (31.25% from 255) = 43.17%

R = 17.49%
G = 39.34%
B = 43.17%

CMYK

 C value IS 0.59

 M value IS 0.09

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#20484F (or 0x20484F) is known color: Teal Blue. HEX triplet: 20, 48 and 4F. RGB value is (32,72,79). Sum of RGB (Red+Green+Blue) = 32+72+79=183 (24% of max value = 765). Red value is 32 (12.89% from 255 or 17.49% from 183); Green value is 72 (28.52% from 255 or 39.34% from 183); Blue value is 79 (31.25% from 255 or 43.17% from 183); Max value from RGB is 79 - color contains mainly: blue. Hex color #20484F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #20484F is #DFB7B0. Grayscale: #3C3C3C. Windows color (decimal): -14661553 or 5195808. OLE color: 5195808.

HSL color Cylindrical-coordinate representation of color #20484F: hue angle of 188.94º degrees, saturation: 0.42, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #20484F is Cyan = 0.59, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 32 72 79 -
CMYK 0.59 0.09 0 0.69
HSL 188.94º 0.42% 0.22% -
HSV(B) 188.94º 0.59% 0.31% -
XYZ 4.32 5.51 8.23 -
YUV 60.84 138.25 107.43 -
System Red Green Blue C M Y K H S L
Decimal 32 72 79 0.59 0.09 0 0.69 188.94 0.42 0.22
Hex 20 48 4F 3B 9 0 45 BD 2A 16
Octal 40 110 117 73 11 0 105 275 52 26
Binary 100000 1001000 1001111 111011 1001 0 1000101 10111101 101010 10110

Color Harmonies of #20484F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20484F

Black with #20484F

Text Example


Text Example

White with #20484F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #20484F; }

 p { color: rgb(32,72,79); }

 H1.HeaderClassName
 {
   color: #20484F;
 }
 .AnyTagClassName
 {
   color: #20484F;
 }
</style>

background-color css

<style>
 a { background-color: #20484F; }

 a { background-color: rgb(32,72,79); }

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

border-color css

<style>
 span { border-color: #20484F; }

 span { border-color: rgb(32,72,79); }

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