#207663

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

Shades of Deep Sea #207663

Tints of Deep Sea #207663

Color information

#207663 (or 0x207663) is unknown color: approx Deep Sea. HEX triplet: 20, 76 and 63. RGB value is (32,118,99). Sum of RGB (Red+Green+Blue) = 32+118+99=249 (32% of max value = 765). Red value is 32 (12.89% from 255 or 12.85% from 249); Green value is 118 (46.48% from 255 or 47.39% from 249); Blue value is 99 (39.06% from 255 or 39.76% from 249); Max value from RGB is 118 - color contains mainly: green. Hex color #207663 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #207663 is #DF899C. Grayscale: #5A5A5A. Windows color (decimal): -14649757 or 6518304. OLE color: 6518304.

HSL color Cylindrical-coordinate representation of color #207663: hue angle of 166.74º degrees, saturation: 0.57, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #207663 is Cyan = 0.73, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.54.

Color convert

RGB3211899-
CMYK0.7300.160.54
HSL166.74º57.33%29.41%-
HSV(B)166.74º72.88%46.27%-
XYZ9.3314.1614.05-
YUV90.12133.0186.54-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 12.85%
GREEN value IS 118 (46.48% from 255) = 47.39%
BLUE value IS 99 (39.06% from 255) = 39.76%
R=12.85%
G=47.39%
B=39.76%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal32118990.7300.160.54166.7457.3329.41
Hex2076634901036a7391d
Octal40166143111020662477135
Binary1000001110110110001110010010100001101101010011111100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #207663

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #207663; }

 p { color: rgb(32,118,99); }

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

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

 a { background-color: rgb(32,118,99); }

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

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

 span { border-color: rgb(32,118,99); }

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