#207961

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

Shades of Deep Sea #207961

Tints of Deep Sea #207961

Color information

#207961 (or 0x207961) is unknown color: approx Deep Sea. HEX triplet: 20, 79 and 61. RGB value is (32,121,97). Sum of RGB (Red+Green+Blue) = 32+121+97=250 (33% of max value = 765). Red value is 32 (12.89% from 255 or 12.8% from 250); Green value is 121 (47.66% from 255 or 48.4% from 250); Blue value is 97 (38.28% from 255 or 38.8% from 250); Max value from RGB is 121 - color contains mainly: green. Hex color #207961 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #207961 is #DF869E. Grayscale: #5B5B5B. Windows color (decimal): -14648991 or 6388000. OLE color: 6388000.

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

Color convert

RGB3212197-
CMYK0.7400.200.53
HSL163.82º58.17%30%-
HSV(B)163.82º73.55%47.45%-
XYZ9.5914.8413.67-
YUV91.65131.0185.45-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 12.8%
GREEN value IS 121 (47.66% from 255) = 48.4%
BLUE value IS 97 (38.28% from 255) = 38.8%
R=12.8%
G=48.4%
B=38.8%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal32121970.7400.200.53163.8258.1730
Hex2079614A01435a43a1e
Octal40171141112024652447236
Binary1000001111001110000110010100101001101011010010011101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #207961

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #207961; }

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

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

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

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

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

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

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

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