#207261

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

Shades of Deep Sea #207261

Tints of Deep Sea #207261

Color information

#207261 (or 0x207261) is unknown color: approx Deep Sea. HEX triplet: 20, 72 and 61. RGB value is (32,114,97). Sum of RGB (Red+Green+Blue) = 32+114+97=243 (32% of max value = 765). Red value is 32 (12.89% from 255 or 13.17% from 243); Green value is 114 (44.92% from 255 or 46.91% from 243); Blue value is 97 (38.28% from 255 or 39.92% from 243); Max value from RGB is 114 - color contains mainly: green. Hex color #207261 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #207261 is #DF8D9E. Grayscale: #575757. Windows color (decimal): -14650783 or 6386208. OLE color: 6386208.

HSL color Cylindrical-coordinate representation of color #207261: hue angle of 167.56º degrees, saturation: 0.56, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #207261 is Cyan = 0.72, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.55.

Color convert

RGB3211497-
CMYK0.7200.150.55
HSL167.56º56.16%28.63%-
HSV(B)167.56º71.93%44.71%-
XYZ8.7713.213.4-
YUV87.54133.3388.38-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 13.17%
GREEN value IS 114 (44.92% from 255) = 46.91%
BLUE value IS 97 (38.28% from 255) = 39.92%
R=13.17%
G=46.91%
B=39.92%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal32114970.7200.150.55167.5656.1628.63
Hex207261480F37a8381d
Octal40162141110017672507035
Binary100000111001011000011001000011111101111010100011100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #207261

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #207261; }

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

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

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

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

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

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

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

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