#206752

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

Shades of Evening Sea #206752

Tints of Evening Sea #206752

Color information

#206752 (or 0x206752) is unknown color: approx Evening Sea. HEX triplet: 20, 67 and 52. RGB value is (32,103,82). Sum of RGB (Red+Green+Blue) = 32+103+82=217 (28% of max value = 765). Red value is 32 (12.89% from 255 or 14.75% from 217); Green value is 103 (40.62% from 255 or 47.47% from 217); Blue value is 82 (32.42% from 255 or 37.79% from 217); Max value from RGB is 103 - color contains mainly: green. Hex color #206752 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #206752 is #DF98AD. Grayscale: #4F4F4F. Windows color (decimal): -14653614 or 5400352. OLE color: 5400352.

HSL color Cylindrical-coordinate representation of color #206752: hue angle of 162.25º degrees, saturation: 0.53, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #206752 is Cyan = 0.69, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.60.

Color convert

RGB3210382-
CMYK0.6900.200.60
HSL162.25º52.59%26.47%-
HSV(B)162.25º68.93%40.39%-
XYZ6.9710.629.66-
YUV79.38129.4894.21-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 14.75%
GREEN value IS 103 (40.62% from 255) = 47.47%
BLUE value IS 82 (32.42% from 255) = 37.79%
R=14.75%
G=47.47%
B=37.79%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal32103820.6900.200.60162.2552.5926.47
Hex206752450143Ca2351a
Octal40147122105024742426532
Binary1000001100111101001010001010101001111001010001011010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #206752

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #206752; }

 p { color: rgb(32,103,82); }

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

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

 a { background-color: rgb(32,103,82); }

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

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

 span { border-color: rgb(32,103,82); }

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