#207A65

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

Shades of Deep Sea #207A65

Tints of Deep Sea #207A65

Color information

#207A65 (or 0x207A65) is unknown color: approx Deep Sea. HEX triplet: 20, 7A and 65. RGB value is (32,122,101). Sum of RGB (Red+Green+Blue) = 32+122+101=255 (33% of max value = 765). Red value is 32 (12.89% from 255 or 12.55% from 255); Green value is 122 (48.05% from 255 or 47.84% from 255); Blue value is 101 (39.84% from 255 or 39.61% from 255); Max value from RGB is 122 - color contains mainly: green. Hex color #207A65 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #207A65 is #DF859A. Grayscale: #5C5C5C. Windows color (decimal): -14648731 or 6650400. OLE color: 6650400.

HSL color Cylindrical-coordinate representation of color #207A65: hue angle of 166º degrees, saturation: 0.58, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #207A65 is Cyan = 0.74, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.52.

Color convert

RGB32122101-
CMYK0.7400.170.52
HSL166º58.44%30.2%-
HSV(B)166º73.77%47.84%-
XYZ9.915.1714.72-
YUV92.7132.6884.71-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 12.55%
GREEN value IS 122 (48.05% from 255) = 47.84%
BLUE value IS 101 (39.84% from 255) = 39.61%
R=12.55%
G=47.84%
B=39.61%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal321221010.7400.170.5216658.4430.2
Hex207A654A01134a63a1e
Octal40172145112021642467236
Binary1000001111010110010110010100100011101001010011011101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #207A65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #207A65; }

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

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

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

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

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

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

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

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