#207D5E

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

Shades of Deep Sea #207D5E

Tints of Deep Sea #207D5E

Color information

#207D5E (or 0x207D5E) is unknown color: approx Deep Sea. HEX triplet: 20, 7D and 5E. RGB value is (32,125,94). Sum of RGB (Red+Green+Blue) = 32+125+94=251 (33% of max value = 765). Red value is 32 (12.89% from 255 or 12.75% from 251); Green value is 125 (49.22% from 255 or 49.80% from 251); Blue value is 94 (37.11% from 255 or 37.45% from 251); Max value from RGB is 125 - color contains mainly: green. Hex color #207D5E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #207D5E is #DF82A1. Grayscale: #5D5D5D. Windows color (decimal): -14647970 or 6192416. OLE color: 6192416.

HSL color Cylindrical-coordinate representation of color #207D5E: hue angle of 160º 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 #207D5E is Cyan = 0.74, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.51.

Color convert

RGB3212594-
CMYK0.7400.250.51
HSL160º59.24%30.78%-
HSV(B)160º74.4%49.02%-
XYZ9.9515.7813.11-
YUV93.66128.1984.02-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 12.75%
GREEN value IS 125 (49.22% from 255) = 49.80%
BLUE value IS 94 (37.11% from 255) = 37.45%
R=12.75%
G=49.80%
B=37.45%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal32125940.7400.250.5116059.2430.78
Hex207D5E4A01933a03b1f
Octal40175136112031632407337
Binary1000001111101101111010010100110011100111010000011101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #207D5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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