#207C69

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

Shades of Deep Sea #207C69

Tints of Deep Sea #207C69

Color information

#207C69 (or 0x207C69) is unknown color: approx Deep Sea. HEX triplet: 20, 7C and 69. RGB value is (32,124,105). Sum of RGB (Red+Green+Blue) = 32+124+105=261 (34% of max value = 765). Red value is 32 (12.89% from 255 or 12.26% from 261); Green value is 124 (48.83% from 255 or 47.51% from 261); Blue value is 105 (41.41% from 255 or 40.23% from 261); Max value from RGB is 124 - color contains mainly: green. Hex color #207C69 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #207C69 is #DF8396. Grayscale: #5E5E5E. Windows color (decimal): -14648215 or 6913056. OLE color: 6913056.

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

Color convert

RGB32124105-
CMYK0.7400.150.51
HSL167.61º58.97%30.59%-
HSV(B)167.61º74.19%48.63%-
XYZ10.3515.7415.86-
YUV94.33134.0283.54-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 12.26%
GREEN value IS 124 (48.83% from 255) = 47.51%
BLUE value IS 105 (41.41% from 255) = 40.23%
R=12.26%
G=47.51%
B=40.23%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal321241050.7400.150.51167.6158.9730.59
Hex207C694A0F33a83b1f
Octal40174151112017632507337
Binary100000111110011010011001010011111100111010100011101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #207C69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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