Html Css Color HEX #204950 Teal Blue

📋 copy color: '#204950'

red 32 ◦ green 73 ◦ blue 80

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

Shades of Teal Blue #204950

Tints of Teal Blue #204950

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 43.24%

R = 17.3%
G = 39.46%
B = 43.24%

CMYK

 C value IS 0.60

 M value IS 0.09

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#204950 (or 0x204950) is known color: Teal Blue. HEX triplet: 20, 49 and 50. RGB value is (32,73,80). Sum of RGB (Red+Green+Blue) = 32+73+80=185 (24% of max value = 765). Red value is 32 (12.89% from 255 or 17.30% from 185); Green value is 73 (28.91% from 255 or 39.46% from 185); Blue value is 80 (31.64% from 255 or 43.24% from 185); Max value from RGB is 80 - color contains mainly: blue. Hex color #204950 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #204950 is #DFB6AF. Grayscale: #3D3D3D. Windows color (decimal): -14661296 or 5261600. OLE color: 5261600.

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

Color convert

RGB 32 73 80 -
CMYK 0.60 0.09 0 0.69
HSL 188.75º 0.43% 0.22% -
HSV(B) 188.75º 0.6% 0.31% -
XYZ 4.43 5.65 8.45 -
YUV 61.54 138.42 106.93 -
System Red Green Blue C M Y K H S L
Decimal 32 73 80 0.60 0.09 0 0.69 188.75 0.43 0.22
Hex 20 49 50 3C 9 0 45 BD 2B 16
Octal 40 111 120 74 11 0 105 275 53 26
Binary 100000 1001001 1010000 111100 1001 0 1000101 10111101 101011 10110

Color Harmonies of #204950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #204950

Black with #204950

Text Example


Text Example

White with #204950

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #204950; }

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

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

background-color css

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

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

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

border-color css

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

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

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