Html Css Color HEX #204959 Teal Blue

📋 copy color: '#204959'

red 32 ◦ green 73 ◦ blue 89

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

Shades of Teal Blue #204959

Tints of Teal Blue #204959

RGB

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

 GREEN value IS 73 (28.91% from 255) = 37.63%

 BLUE value IS 89 (35.16% from 255) = 45.88%

R = 16.49%
G = 37.63%
B = 45.88%

CMYK

 C value IS 0.64

 M value IS 0.18

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#204959 (or 0x204959) is known color: Teal Blue. HEX triplet: 20, 49 and 59. RGB value is (32,73,89). Sum of RGB (Red+Green+Blue) = 32+73+89=194 (25% of max value = 765). Red value is 32 (12.89% from 255 or 16.49% from 194); Green value is 73 (28.91% from 255 or 37.63% from 194); Blue value is 89 (35.16% from 255 or 45.88% from 194); Max value from RGB is 89 - color contains mainly: blue. Hex color #204959 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #204959 is #DFB6A6. Grayscale: #3E3E3E. Windows color (decimal): -14661287 or 5851424. OLE color: 5851424.

HSL color Cylindrical-coordinate representation of color #204959: hue angle of 196.84º degrees, saturation: 0.47, 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 #204959 is Cyan = 0.64, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 32 73 89 -
CMYK 0.64 0.18 0 0.65
HSL 196.84º 0.47% 0.24% -
HSV(B) 196.84º 0.64% 0.35% -
XYZ 4.78 5.79 10.32 -
YUV 62.57 142.92 106.2 -
System Red Green Blue C M Y K H S L
Decimal 32 73 89 0.64 0.18 0 0.65 196.84 0.47 0.24
Hex 20 49 59 40 12 0 41 C5 2F 18
Octal 40 111 131 100 22 0 101 305 57 30
Binary 100000 1001001 1011001 1000000 10010 0 1000001 11000101 101111 11000

Color Harmonies of #204959

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #204959

Black with #204959

Text Example


Text Example

White with #204959

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #204959; }

 p { color: rgb(32,73,89); }

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

background-color css

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

 a { background-color: rgb(32,73,89); }

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

border-color css

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

 span { border-color: rgb(32,73,89); }

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