#207A6A

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

Shades of Deep Sea #207A6A

Tints of Deep Sea #207A6A

Color information

#207A6A (or 0x207A6A) is unknown color: approx Deep Sea. HEX triplet: 20, 7A and 6A. RGB value is (32,122,106). Sum of RGB (Red+Green+Blue) = 32+122+106=260 (34% of max value = 765). Red value is 32 (12.89% from 255 or 12.31% from 260); Green value is 122 (48.05% from 255 or 46.92% from 260); Blue value is 106 (41.80% from 255 or 40.77% from 260); Max value from RGB is 122 - color contains mainly: green. Hex color #207A6A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #207A6A is #DF8595. Grayscale: #5D5D5D. Windows color (decimal): -14648726 or 6978080. OLE color: 6978080.

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

Color convert

RGB32122106-
CMYK0.7400.130.52
HSL169.33º58.44%30.2%-
HSV(B)169.33º73.77%47.84%-
XYZ10.1615.2716.05-
YUV93.27135.1884.3-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 12.31%
GREEN value IS 122 (48.05% from 255) = 46.92%
BLUE value IS 106 (41.80% from 255) = 40.77%
R=12.31%
G=46.92%
B=40.77%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal321221060.7400.130.52169.3358.4430.2
Hex207A6A4A0D34a93a1e
Octal40172152112015642517236
Binary100000111101011010101001010011011101001010100111101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #207A6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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