#207960

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

Shades of Deep Sea #207960

Tints of Deep Sea #207960

Color information

#207960 (or 0x207960) is unknown color: approx Deep Sea. HEX triplet: 20, 79 and 60. RGB value is (32,121,96). Sum of RGB (Red+Green+Blue) = 32+121+96=249 (32% of max value = 765). Red value is 32 (12.89% from 255 or 12.85% from 249); Green value is 121 (47.66% from 255 or 48.59% from 249); Blue value is 96 (37.89% from 255 or 38.55% from 249); Max value from RGB is 121 - color contains mainly: green. Hex color #207960 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #207960 is #DF869F. Grayscale: #5B5B5B. Windows color (decimal): -14648992 or 6322464. OLE color: 6322464.

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

Color convert

RGB3212196-
CMYK0.7400.210.53
HSL163.15º58.17%30%-
HSV(B)163.15º73.55%47.45%-
XYZ9.5414.8313.43-
YUV91.54130.5185.53-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 12.85%
GREEN value IS 121 (47.66% from 255) = 48.59%
BLUE value IS 96 (37.89% from 255) = 38.55%
R=12.85%
G=48.59%
B=38.55%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal32121960.7400.210.53163.1558.1730
Hex2079604A01535a33a1e
Octal40171140112025652437236
Binary1000001111001110000010010100101011101011010001111101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #207960

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #207960; }

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

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

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

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

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

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

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

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