Html Css Color HEX #204A59 Teal Blue

📋 copy color: '#204A59'

red 32 ◦ green 74 ◦ blue 89

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

Shades of Teal Blue #204A59

Tints of Teal Blue #204A59

RGB

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

 GREEN value IS 74 (29.3% from 255) = 37.95%

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

R = 16.41%
G = 37.95%
B = 45.64%

CMYK

 C value IS 0.64

 M value IS 0.17

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#204A59 (or 0x204A59) is known color: Teal Blue. HEX triplet: 20, 4A and 59. RGB value is (32,74,89). Sum of RGB (Red+Green+Blue) = 32+74+89=195 (25% of max value = 765). Red value is 32 (12.89% from 255 or 16.41% from 195); Green value is 74 (29.30% from 255 or 37.95% from 195); Blue value is 89 (35.16% from 255 or 45.64% from 195); Max value from RGB is 89 - color contains mainly: blue. Hex color #204A59 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #204A59 is #DFB5A6. Grayscale: #3F3F3F. Windows color (decimal): -14661031 or 5851680. OLE color: 5851680.

HSL color Cylindrical-coordinate representation of color #204A59: hue angle of 195.79º 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 #204A59 is Cyan = 0.64, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 32 74 89 -
CMYK 0.64 0.17 0 0.65
HSL 195.79º 0.47% 0.24% -
HSV(B) 195.79º 0.64% 0.35% -
XYZ 4.85 5.93 10.34 -
YUV 63.15 142.59 105.78 -
System Red Green Blue C M Y K H S L
Decimal 32 74 89 0.64 0.17 0 0.65 195.79 0.47 0.24
Hex 20 4A 59 40 11 0 41 C4 2F 18
Octal 40 112 131 100 21 0 101 304 57 30
Binary 100000 1001010 1011001 1000000 10001 0 1000001 11000100 101111 11000

Color Harmonies of #204A59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #204A59

Black with #204A59

Text Example


Text Example

White with #204A59

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #204A59; }

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

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

background-color css

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

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

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

border-color css

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

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

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