#207265

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

Shades of Deep Sea #207265

Tints of Deep Sea #207265

Color information

#207265 (or 0x207265) is unknown color: approx Deep Sea. HEX triplet: 20, 72 and 65. RGB value is (32,114,101). Sum of RGB (Red+Green+Blue) = 32+114+101=247 (32% of max value = 765). Red value is 32 (12.89% from 255 or 12.96% from 247); Green value is 114 (44.92% from 255 or 46.15% from 247); Blue value is 101 (39.84% from 255 or 40.89% from 247); Max value from RGB is 114 - color contains mainly: green. Hex color #207265 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #207265 is #DF8D9A. Grayscale: #575757. Windows color (decimal): -14650779 or 6648352. OLE color: 6648352.

HSL color Cylindrical-coordinate representation of color #207265: hue angle of 170.49º 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 #207265 is Cyan = 0.72, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.55.

Color convert

RGB32114101-
CMYK0.7200.110.55
HSL170.49º56.16%28.63%-
HSV(B)170.49º71.93%44.71%-
XYZ8.9613.2814.4-
YUV88135.3388.06-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 12.96%
GREEN value IS 114 (44.92% from 255) = 46.15%
BLUE value IS 101 (39.84% from 255) = 40.89%
R=12.96%
G=46.15%
B=40.89%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal321141010.7200.110.55170.4956.1628.63
Hex207265480B37aa381d
Octal40162145110013672527035
Binary100000111001011001011001000010111101111010101011100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #207265

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #207265; }

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

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

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

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

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

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

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

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