#207865

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

Shades of Deep Sea #207865

Tints of Deep Sea #207865

Color information

#207865 (or 0x207865) is unknown color: approx Deep Sea. HEX triplet: 20, 78 and 65. RGB value is (32,120,101). Sum of RGB (Red+Green+Blue) = 32+120+101=253 (33% of max value = 765). Red value is 32 (12.89% from 255 or 12.65% from 253); Green value is 120 (47.27% from 255 or 47.43% from 253); Blue value is 101 (39.84% from 255 or 39.92% from 253); Max value from RGB is 120 - color contains mainly: green. Hex color #207865 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #207865 is #DF879A. Grayscale: #5B5B5B. Windows color (decimal): -14649243 or 6649888. OLE color: 6649888.

HSL color Cylindrical-coordinate representation of color #207865: hue angle of 167.05º 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 #207865 is Cyan = 0.73, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.53.

Color convert

RGB32120101-
CMYK0.7300.160.53
HSL167.05º57.89%29.8%-
HSV(B)167.05º73.33%47.06%-
XYZ9.6614.6814.64-
YUV91.52133.3585.54-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 12.65%
GREEN value IS 120 (47.27% from 255) = 47.43%
BLUE value IS 101 (39.84% from 255) = 39.92%
R=12.65%
G=47.43%
B=39.92%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal321201010.7300.160.53167.0557.8929.8
Hex2078654901035a73a1e
Octal40170145111020652477236
Binary1000001111000110010110010010100001101011010011111101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #207865

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #207865; }

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

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

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

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

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

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

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

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