#207664

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

Shades of Deep Sea #207664

Tints of Deep Sea #207664

Color information

#207664 (or 0x207664) is unknown color: approx Deep Sea. HEX triplet: 20, 76 and 64. RGB value is (32,118,100). Sum of RGB (Red+Green+Blue) = 32+118+100=250 (33% of max value = 765). Red value is 32 (12.89% from 255 or 12.8% from 250); Green value is 118 (46.48% from 255 or 47.2% from 250); Blue value is 100 (39.45% from 255 or 40% from 250); Max value from RGB is 118 - color contains mainly: green. Hex color #207664 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #207664 is #DF899B. Grayscale: #5A5A5A. Windows color (decimal): -14649756 or 6583840. OLE color: 6583840.

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

Color convert

RGB32118100-
CMYK0.7300.150.54
HSL167.44º57.33%29.41%-
HSV(B)167.44º72.88%46.27%-
XYZ9.3714.1814.3-
YUV90.23133.5186.46-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 12.8%
GREEN value IS 118 (46.48% from 255) = 47.2%
BLUE value IS 100 (39.45% from 255) = 40%
R=12.8%
G=47.2%
B=40%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal321181000.7300.150.54167.4457.3329.41
Hex207664490F36a7391d
Octal40166144111017662477135
Binary100000111011011001001001001011111101101010011111100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #207664

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #207664; }

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

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

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

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

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

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

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

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