#207061

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

Shades of Deep Sea #207061

Tints of Deep Sea #207061

Color information

#207061 (or 0x207061) is unknown color: approx Deep Sea. HEX triplet: 20, 70 and 61. RGB value is (32,112,97). Sum of RGB (Red+Green+Blue) = 32+112+97=241 (31% of max value = 765). Red value is 32 (12.89% from 255 or 13.28% from 241); Green value is 112 (44.14% from 255 or 46.47% from 241); Blue value is 97 (38.28% from 255 or 40.25% from 241); Max value from RGB is 112 - color contains mainly: green. Hex color #207061 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #207061 is #DF8F9E. Grayscale: #565656. Windows color (decimal): -14651295 or 6385696. OLE color: 6385696.

HSL color Cylindrical-coordinate representation of color #207061: hue angle of 168.75º degrees, saturation: 0.56, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #207061 is Cyan = 0.71, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.56.

Color convert

RGB3211297-
CMYK0.7100.130.56
HSL168.75º55.56%28.24%-
HSV(B)168.75º71.43%43.92%-
XYZ8.5512.7613.32-
YUV86.3713489.22-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 13.28%
GREEN value IS 112 (44.14% from 255) = 46.47%
BLUE value IS 97 (38.28% from 255) = 40.25%
R=13.28%
G=46.47%
B=40.25%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal32112970.7100.130.56168.7555.5628.24
Hex207061470D38a9381c
Octal40160141107015702517034
Binary100000111000011000011000111011011110001010100111100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #207061

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #207061; }

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

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

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

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

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

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

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

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