#206148

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

Shades of Evening Sea #206148

Tints of Evening Sea #206148

Color information

#206148 (or 0x206148) is unknown color: approx Evening Sea. HEX triplet: 20, 61 and 48. RGB value is (32,97,72). Sum of RGB (Red+Green+Blue) = 32+97+72=201 (26% of max value = 765). Red value is 32 (12.89% from 255 or 15.92% from 201); Green value is 97 (38.28% from 255 or 48.26% from 201); Blue value is 72 (28.52% from 255 or 35.82% from 201); Max value from RGB is 97 - color contains mainly: green. Hex color #206148 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #206148 is #DF9EB7. Grayscale: #4A4A4A. Windows color (decimal): -14655160 or 4743456. OLE color: 4743456.

HSL color Cylindrical-coordinate representation of color #206148: hue angle of 156.92º degrees, saturation: 0.5, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #206148 is Cyan = 0.67, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.62.

Color convert

RGB329772-
CMYK0.6700.260.62
HSL156.92º50.39%25.29%-
HSV(B)156.92º67.01%38.04%-
XYZ6.049.327.61-
YUV74.72126.4797.53-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 15.92%
GREEN value IS 97 (38.28% from 255) = 48.26%
BLUE value IS 72 (28.52% from 255) = 35.82%
R=15.92%
G=48.26%
B=35.82%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal3297720.6700.260.62156.9250.3925.29
Hex2061484301A3E9d3219
Octal40141110103032762356231
Binary1000001100001100100010000110110101111101001110111001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #206148

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #206148; }

 p { color: rgb(32,97,72); }

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

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

 a { background-color: rgb(32,97,72); }

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

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

 span { border-color: rgb(32,97,72); }

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