#207862

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

Shades of Deep Sea #207862

Tints of Deep Sea #207862

Color information

#207862 (or 0x207862) is unknown color: approx Deep Sea. HEX triplet: 20, 78 and 62. RGB value is (32,120,98). Sum of RGB (Red+Green+Blue) = 32+120+98=250 (33% of max value = 765). Red value is 32 (12.89% from 255 or 12.8% from 250); Green value is 120 (47.27% from 255 or 48% from 250); Blue value is 98 (38.67% from 255 or 39.2% from 250); Max value from RGB is 120 - color contains mainly: green. Hex color #207862 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #207862 is #DF879D. Grayscale: #5B5B5B. Windows color (decimal): -14649246 or 6453280. OLE color: 6453280.

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

Color convert

RGB3212098-
CMYK0.7300.180.53
HSL165º57.89%29.8%-
HSV(B)165º73.33%47.06%-
XYZ9.5214.6213.88-
YUV91.18131.8585.79-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 12.8%
GREEN value IS 120 (47.27% from 255) = 48%
BLUE value IS 98 (38.67% from 255) = 39.2%
R=12.8%
G=48%
B=39.2%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal32120980.7300.180.5316557.8929.8
Hex2078624901235a53a1e
Octal40170142111022652457236
Binary1000001111000110001010010010100101101011010010111101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #207862

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #207862; }

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

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

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

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

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

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

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

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