#207D64

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

Shades of Deep Sea #207D64

Tints of Deep Sea #207D64

Color information

#207D64 (or 0x207D64) is unknown color: approx Deep Sea. HEX triplet: 20, 7D and 64. RGB value is (32,125,100). Sum of RGB (Red+Green+Blue) = 32+125+100=257 (34% of max value = 765). Red value is 32 (12.89% from 255 or 12.45% from 257); Green value is 125 (49.22% from 255 or 48.64% from 257); Blue value is 100 (39.45% from 255 or 38.91% from 257); Max value from RGB is 125 - color contains mainly: green. Hex color #207D64 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #207D64 is #DF829B. Grayscale: #5E5E5E. Windows color (decimal): -14647964 or 6585632. OLE color: 6585632.

HSL color Cylindrical-coordinate representation of color #207D64: hue angle of 163.87º degrees, saturation: 0.59, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #207D64 is Cyan = 0.74, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.51.

Color convert

RGB32125100-
CMYK0.7400.20.51
HSL163.87º59.24%30.78%-
HSV(B)163.87º74.4%49.02%-
XYZ10.2315.8914.59-
YUV94.34131.1983.53-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 12.45%
GREEN value IS 125 (49.22% from 255) = 48.64%
BLUE value IS 100 (39.45% from 255) = 38.91%
R=12.45%
G=48.64%
B=38.91%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.2
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal321251000.7400.20.51163.8759.2430.78
Hex207D644A01433a43b1f
Octal40175144112024632447337
Binary1000001111101110010010010100101001100111010010011101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #207D64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #207D64; }

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

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

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

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

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

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

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

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