#207062

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

Shades of Deep Sea #207062

Tints of Deep Sea #207062

Color information

#207062 (or 0x207062) is unknown color: approx Deep Sea. HEX triplet: 20, 70 and 62. RGB value is (32,112,98). Sum of RGB (Red+Green+Blue) = 32+112+98=242 (32% of max value = 765). Red value is 32 (12.89% from 255 or 13.22% from 242); Green value is 112 (44.14% from 255 or 46.28% from 242); Blue value is 98 (38.67% from 255 or 40.50% from 242); Max value from RGB is 112 - color contains mainly: green. Hex color #207062 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #207062 is #DF8F9D. Grayscale: #565656. Windows color (decimal): -14651294 or 6451232. OLE color: 6451232.

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

Color convert

RGB3211298-
CMYK0.7100.130.56
HSL169.5º55.56%28.24%-
HSV(B)169.5º71.43%43.92%-
XYZ8.5912.7813.57-
YUV86.48134.589.14-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 13.22%
GREEN value IS 112 (44.14% from 255) = 46.28%
BLUE value IS 98 (38.67% from 255) = 40.50%
R=13.22%
G=46.28%
B=40.50%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal32112980.7100.130.56169.555.5628.24
Hex207062470D38aa381c
Octal40160142107015702527034
Binary100000111000011000101000111011011110001010101011100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #207062

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #207062; }

 p { color: rgb(32,112,98); }

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

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

 a { background-color: rgb(32,112,98); }

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

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

 span { border-color: rgb(32,112,98); }

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