#207760

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

Shades of Deep Sea #207760

Tints of Deep Sea #207760

Color information

#207760 (or 0x207760) is unknown color: approx Deep Sea. HEX triplet: 20, 77 and 60. RGB value is (32,119,96). Sum of RGB (Red+Green+Blue) = 32+119+96=247 (32% of max value = 765). Red value is 32 (12.89% from 255 or 12.96% from 247); Green value is 119 (46.88% from 255 or 48.18% from 247); Blue value is 96 (37.89% from 255 or 38.87% from 247); Max value from RGB is 119 - color contains mainly: green. Hex color #207760 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #207760 is #DF889F. Grayscale: #5A5A5A. Windows color (decimal): -14649504 or 6321952. OLE color: 6321952.

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

Color convert

RGB3211996-
CMYK0.7300.190.53
HSL164.14º57.62%29.61%-
HSV(B)164.14º73.11%46.67%-
XYZ9.314.3513.34-
YUV90.36131.1886.37-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 12.96%
GREEN value IS 119 (46.88% from 255) = 48.18%
BLUE value IS 96 (37.89% from 255) = 38.87%
R=12.96%
G=48.18%
B=38.87%

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
Decimal32119960.7300.190.53164.1457.6229.61
Hex2077604901335a43a1e
Octal40167140111023652447236
Binary1000001110111110000010010010100111101011010010011101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #207760

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #207760; }

 p { color: rgb(32,119,96); }

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

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

 a { background-color: rgb(32,119,96); }

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

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

 span { border-color: rgb(32,119,96); }

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