#207C5D

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

Shades of Deep Sea #207C5D

Tints of Deep Sea #207C5D

Color information

#207C5D (or 0x207C5D) is unknown color: approx Deep Sea. HEX triplet: 20, 7C and 5D. RGB value is (32,124,93). Sum of RGB (Red+Green+Blue) = 32+124+93=249 (32% of max value = 765). Red value is 32 (12.89% from 255 or 12.85% from 249); Green value is 124 (48.83% from 255 or 49.80% from 249); Blue value is 93 (36.72% from 255 or 37.35% from 249); Max value from RGB is 124 - color contains mainly: green. Hex color #207C5D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #207C5D is #DF83A2. Grayscale: #5C5C5C. Windows color (decimal): -14648227 or 6126624. OLE color: 6126624.

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

Color convert

RGB3212493-
CMYK0.7400.250.51
HSL159.78º58.97%30.59%-
HSV(B)159.78º74.19%48.63%-
XYZ9.7815.5112.83-
YUV92.96128.0284.52-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 12.85%
GREEN value IS 124 (48.83% from 255) = 49.80%
BLUE value IS 93 (36.72% from 255) = 37.35%
R=12.85%
G=49.80%
B=37.35%

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
Decimal32124930.7400.250.51159.7858.9730.59
Hex207C5D4A01933a03b1f
Octal40174135112031632407337
Binary1000001111100101110110010100110011100111010000011101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #207C5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(32,124,93); }

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

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

 a { background-color: rgb(32,124,93); }

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

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

 span { border-color: rgb(32,124,93); }

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