#207C6C

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

Shades of Deep Sea #207C6C

Tints of Deep Sea #207C6C

Color information

#207C6C (or 0x207C6C) is unknown color: approx Deep Sea. HEX triplet: 20, 7C and 6C. RGB value is (32,124,108). Sum of RGB (Red+Green+Blue) = 32+124+108=264 (34% of max value = 765). Red value is 32 (12.89% from 255 or 12.12% from 264); Green value is 124 (48.83% from 255 or 46.97% from 264); Blue value is 108 (42.58% from 255 or 40.91% from 264); Max value from RGB is 124 - color contains mainly: green. Hex color #207C6C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #207C6C is #DF8393. Grayscale: #5E5E5E. Windows color (decimal): -14648212 or 7109664. OLE color: 7109664.

HSL color Cylindrical-coordinate representation of color #207C6C: hue angle of 169.57º degrees, saturation: 0.59, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #207C6C is Cyan = 0.74, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.51.

Color convert

RGB32124108-
CMYK0.7400.130.51
HSL169.57º58.97%30.59%-
HSV(B)169.57º74.19%48.63%-
XYZ10.5115.8116.68-
YUV94.67135.5283.3-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 12.12%
GREEN value IS 124 (48.83% from 255) = 46.97%
BLUE value IS 108 (42.58% from 255) = 40.91%
R=12.12%
G=46.97%
B=40.91%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal321241080.7400.130.51169.5758.9730.59
Hex207C6C4A0D33aa3b1f
Octal40174154112015632527337
Binary100000111110011011001001010011011100111010101011101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #207C6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(32,124,108); }

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

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

 a { background-color: rgb(32,124,108); }

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

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

 span { border-color: rgb(32,124,108); }

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