#207561

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

Shades of Deep Sea #207561

Tints of Deep Sea #207561

Color information

#207561 (or 0x207561) is unknown color: approx Deep Sea. HEX triplet: 20, 75 and 61. RGB value is (32,117,97). Sum of RGB (Red+Green+Blue) = 32+117+97=246 (32% of max value = 765). Red value is 32 (12.89% from 255 or 13.01% from 246); Green value is 117 (46.09% from 255 or 47.56% from 246); Blue value is 97 (38.28% from 255 or 39.43% from 246); Max value from RGB is 117 - color contains mainly: green. Hex color #207561 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #207561 is #DF8A9E. Grayscale: #595959. Windows color (decimal): -14650015 or 6386976. OLE color: 6386976.

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

Color convert

RGB3211797-
CMYK0.7300.170.54
HSL165.88º57.05%29.22%-
HSV(B)165.88º72.65%45.88%-
XYZ9.1113.8913.51-
YUV89.3132.3487.13-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 13.01%
GREEN value IS 117 (46.09% from 255) = 47.56%
BLUE value IS 97 (38.28% from 255) = 39.43%
R=13.01%
G=47.56%
B=39.43%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal32117970.7300.170.54165.8857.0529.22
Hex2075614901136a6391d
Octal40165141111021662467135
Binary1000001110101110000110010010100011101101010011011100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #207561

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #207561; }

 p { color: rgb(32,117,97); }

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

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

 a { background-color: rgb(32,117,97); }

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

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

 span { border-color: rgb(32,117,97); }

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