#207165

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

Shades of Deep Sea #207165

Tints of Deep Sea #207165

Color information

#207165 (or 0x207165) is unknown color: approx Deep Sea. HEX triplet: 20, 71 and 65. RGB value is (32,113,101). Sum of RGB (Red+Green+Blue) = 32+113+101=246 (32% of max value = 765). Red value is 32 (12.89% from 255 or 13.01% from 246); Green value is 113 (44.53% from 255 or 45.93% from 246); Blue value is 101 (39.84% from 255 or 41.06% from 246); Max value from RGB is 113 - color contains mainly: green. Hex color #207165 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #207165 is #DF8E9A. Grayscale: #575757. Windows color (decimal): -14651035 or 6648096. OLE color: 6648096.

HSL color Cylindrical-coordinate representation of color #207165: hue angle of 171.11º degrees, saturation: 0.56, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #207165 is Cyan = 0.72, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.56.

Color convert

RGB32113101-
CMYK0.7200.110.56
HSL171.11º55.86%28.43%-
HSV(B)171.11º71.68%44.31%-
XYZ8.8513.0614.37-
YUV87.41135.6688.48-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 13.01%
GREEN value IS 113 (44.53% from 255) = 45.93%
BLUE value IS 101 (39.84% from 255) = 41.06%
R=13.01%
G=45.93%
B=41.06%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal321131010.7200.110.56171.1155.8628.43
Hex207165480B38ab381c
Octal40161145110013702537034
Binary100000111000111001011001000010111110001010101111100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #207165

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #207165; }

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

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

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

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

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

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

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

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