#207869

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

Shades of Deep Sea #207869

Tints of Deep Sea #207869

Color information

#207869 (or 0x207869) is unknown color: approx Deep Sea. HEX triplet: 20, 78 and 69. RGB value is (32,120,105). Sum of RGB (Red+Green+Blue) = 32+120+105=257 (34% of max value = 765). Red value is 32 (12.89% from 255 or 12.45% from 257); Green value is 120 (47.27% from 255 or 46.69% from 257); Blue value is 105 (41.41% from 255 or 40.86% from 257); Max value from RGB is 120 - color contains mainly: green. Hex color #207869 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #207869 is #DF8796. Grayscale: #5B5B5B. Windows color (decimal): -14649239 or 6912032. OLE color: 6912032.

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

Color convert

RGB32120105-
CMYK0.7300.130.53
HSL169.77º57.89%29.8%-
HSV(B)169.77º73.33%47.06%-
XYZ9.8614.7615.69-
YUV91.98135.3585.22-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 12.45%
GREEN value IS 120 (47.27% from 255) = 46.69%
BLUE value IS 105 (41.41% from 255) = 40.86%
R=12.45%
G=46.69%
B=40.86%

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
Decimal321201050.7300.130.53169.7757.8929.8
Hex207869490D35aa3a1e
Octal40170151111015652527236
Binary100000111100011010011001001011011101011010101011101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #207869

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #207869; }

 p { color: rgb(32,120,105); }

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

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

 a { background-color: rgb(32,120,105); }

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

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

 span { border-color: rgb(32,120,105); }

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