#207768

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

Shades of Deep Sea #207768

Tints of Deep Sea #207768

Color information

#207768 (or 0x207768) is unknown color: approx Deep Sea. HEX triplet: 20, 77 and 68. RGB value is (32,119,104). Sum of RGB (Red+Green+Blue) = 32+119+104=255 (33% of max value = 765). Red value is 32 (12.89% from 255 or 12.55% from 255); Green value is 119 (46.88% from 255 or 46.67% from 255); Blue value is 104 (41.02% from 255 or 40.78% from 255); Max value from RGB is 119 - color contains mainly: green. Hex color #207768 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #207768 is #DF8897. Grayscale: #5B5B5B. Windows color (decimal): -14649496 or 6846240. OLE color: 6846240.

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

Color convert

RGB32119104-
CMYK0.7300.130.53
HSL169.66º57.62%29.61%-
HSV(B)169.66º73.11%46.67%-
XYZ9.6914.515.38-
YUV91.28135.1885.72-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 12.55%
GREEN value IS 119 (46.88% from 255) = 46.67%
BLUE value IS 104 (41.02% from 255) = 40.78%
R=12.55%
G=46.67%
B=40.78%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal321191040.7300.130.53169.6657.6229.61
Hex207768490D35aa3a1e
Octal40167150111015652527236
Binary100000111011111010001001001011011101011010101011101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #207768

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #207768; }

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

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

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

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

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

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

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

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