Html Css Color HEX #205A47 Evening Sea

📋 copy color: '#205A47'

red 32 ◦ green 90 ◦ blue 71

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

Shades of Evening Sea #205A47

Tints of Evening Sea #205A47

RGB

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

 GREEN value IS 90 (35.55% from 255) = 46.63%

 BLUE value IS 71 (28.13% from 255) = 36.79%

R = 16.58%
G = 46.63%
B = 36.79%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.21

 K value IS 0.65

RGB Variations

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

Color information

#205A47 (or 0x205A47) is known color: Evening Sea. HEX triplet: 20, 5A and 47. RGB value is (32,90,71). Sum of RGB (Red+Green+Blue) = 32+90+71=193 (25% of max value = 765). Red value is 32 (12.89% from 255 or 16.58% from 193); Green value is 90 (35.55% from 255 or 46.63% from 193); Blue value is 71 (28.12% from 255 or 36.79% from 193); Max value from RGB is 90 - color contains mainly: green. Hex color #205A47 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #205A47 is #DFA5B8. Grayscale: #464646. Windows color (decimal): -14656953 or 4676128. OLE color: 4676128.

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

Color convert

RGB 32 90 71 -
CMYK 0.64 0 0.21 0.65
HSL 160.34º 0.48% 0.24% -
HSV(B) 160.34º 0.64% 0.35% -
XYZ 5.39 8.07 7.24 -
YUV 70.49 128.28 100.54 -
System Red Green Blue C M Y K H S L
Decimal 32 90 71 0.64 0 0.21 0.65 160.34 0.48 0.24
Hex 20 5A 47 40 0 15 41 A0 30 18
Octal 40 132 107 100 0 25 101 240 60 30
Binary 100000 1011010 1000111 1000000 0 10101 1000001 10100000 110000 11000

Color Harmonies of #205A47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #205A47

Black with #205A47

Text Example


Text Example

White with #205A47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #205A47; }

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

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

background-color css

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

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

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

border-color css

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

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

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