#206D54

Color #206D54 Evening Sea (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Evening Sea #206D54

Tints of Evening Sea #206D54

Color information

#206D54 (or 0x206D54) is unknown color: approx Evening Sea. HEX triplet: 20, 6D and 54. RGB value is (32,109,84). Sum of RGB (Red+Green+Blue) = 32+109+84=225 (29% of max value = 765). Red value is 32 (12.89% from 255 or 14.22% from 225); Green value is 109 (42.97% from 255 or 48.44% from 225); Blue value is 84 (33.20% from 255 or 37.33% from 225); Max value from RGB is 109 - color contains mainly: green. Hex color #206D54 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #206D54 is #DF92AB. Grayscale: #535353. Windows color (decimal): -14652076 or 5532960. OLE color: 5532960.

HSL color Cylindrical-coordinate representation of color #206D54: hue angle of 160.52º degrees, saturation: 0.55, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #206D54 is Cyan = 0.71, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.57.

Color convert

RGB3210984-
CMYK0.7100.230.57
HSL160.52º54.61%27.65%-
HSV(B)160.52º70.64%42.75%-
XYZ7.6611.8810.28-
YUV83.13128.4991.53-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 14.22%
GREEN value IS 109 (42.97% from 255) = 48.44%
BLUE value IS 84 (33.20% from 255) = 37.33%
R=14.22%
G=48.44%
B=37.33%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal32109840.7100.230.57160.5254.6127.65
Hex206D544701739a1371c
Octal40155124107027712416734
Binary1000001101101101010010001110101111110011010000111011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #206D54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #206D54; }

 p { color: rgb(32,109,84); }

 H1.HeaderClassName
 {
   color: #206D54;
 }
 .AnyTagClassName
 {
   color: #206D54;
 }
</style>
background-color css

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

 a { background-color: rgb(32,109,84); }

 div.DivClassName
 {
   background-color: #206D54;
 }
 .BgClassName
 {
   background-color: #206D54;
 }
</style>
border-color css

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

 span { border-color: rgb(32,109,84); }

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