#207861

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

Shades of Deep Sea #207861

Tints of Deep Sea #207861

Color information

#207861 (or 0x207861) is unknown color: approx Deep Sea. HEX triplet: 20, 78 and 61. RGB value is (32,120,97). Sum of RGB (Red+Green+Blue) = 32+120+97=249 (32% of max value = 765). Red value is 32 (12.89% from 255 or 12.85% from 249); Green value is 120 (47.27% from 255 or 48.19% from 249); Blue value is 97 (38.28% from 255 or 38.96% from 249); Max value from RGB is 120 - color contains mainly: green. Hex color #207861 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #207861 is #DF879E. Grayscale: #5B5B5B. Windows color (decimal): -14649247 or 6387744. OLE color: 6387744.

HSL color Cylindrical-coordinate representation of color #207861: hue angle of 164.32º degrees, saturation: 0.58, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #207861 is Cyan = 0.73, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.53.

Color convert

RGB3212097-
CMYK0.7300.190.53
HSL164.32º57.89%29.8%-
HSV(B)164.32º73.33%47.06%-
XYZ9.4714.613.63-
YUV91.07131.3585.87-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 12.85%
GREEN value IS 120 (47.27% from 255) = 48.19%
BLUE value IS 97 (38.28% from 255) = 38.96%
R=12.85%
G=48.19%
B=38.96%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal32120970.7300.190.53164.3257.8929.8
Hex2078614901335a43a1e
Octal40170141111023652447236
Binary1000001111000110000110010010100111101011010010011101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #207861

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #207861; }

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

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

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

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

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

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

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

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