#207A64

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

Shades of Deep Sea #207A64

Tints of Deep Sea #207A64

Color information

#207A64 (or 0x207A64) is unknown color: approx Deep Sea. HEX triplet: 20, 7A and 64. RGB value is (32,122,100). Sum of RGB (Red+Green+Blue) = 32+122+100=254 (33% of max value = 765). Red value is 32 (12.89% from 255 or 12.60% from 254); Green value is 122 (48.05% from 255 or 48.03% from 254); Blue value is 100 (39.45% from 255 or 39.37% from 254); Max value from RGB is 122 - color contains mainly: green. Hex color #207A64 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #207A64 is #DF859B. Grayscale: #5C5C5C. Windows color (decimal): -14648732 or 6584864. OLE color: 6584864.

HSL color Cylindrical-coordinate representation of color #207A64: hue angle of 165.33º 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 #207A64 is Cyan = 0.74, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.52.

Color convert

RGB32122100-
CMYK0.7400.180.52
HSL165.33º58.44%30.2%-
HSV(B)165.33º73.77%47.84%-
XYZ9.8615.1514.46-
YUV92.58132.1884.79-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 12.60%
GREEN value IS 122 (48.05% from 255) = 48.03%
BLUE value IS 100 (39.45% from 255) = 39.37%
R=12.60%
G=48.03%
B=39.37%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal321221000.7400.180.52165.3358.4430.2
Hex207A644A01234a53a1e
Octal40172144112022642457236
Binary1000001111010110010010010100100101101001010010111101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #207A64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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