#207469

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

Shades of Deep Sea #207469

Tints of Deep Sea #207469

Color information

#207469 (or 0x207469) is unknown color: approx Deep Sea. HEX triplet: 20, 74 and 69. RGB value is (32,116,105). Sum of RGB (Red+Green+Blue) = 32+116+105=253 (33% of max value = 765). Red value is 32 (12.89% from 255 or 12.65% from 253); Green value is 116 (45.70% from 255 or 45.85% from 253); Blue value is 105 (41.41% from 255 or 41.50% from 253); Max value from RGB is 116 - color contains mainly: green. Hex color #207469 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #207469 is #DF8B96. Grayscale: #595959. Windows color (decimal): -14650263 or 6911008. OLE color: 6911008.

HSL color Cylindrical-coordinate representation of color #207469: hue angle of 172.14º degrees, saturation: 0.57, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #207469 is Cyan = 0.72, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.55.

Color convert

RGB32116105-
CMYK0.7200.090.55
HSL172.14º56.76%29.02%-
HSV(B)172.14º72.41%45.49%-
XYZ9.3913.8215.54-
YUV89.63136.6786.89-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 12.65%
GREEN value IS 116 (45.70% from 255) = 45.85%
BLUE value IS 105 (41.41% from 255) = 41.50%
R=12.65%
G=45.85%
B=41.50%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal321161050.7200.090.55172.1456.7629.02
Hex207469480937ac391d
Octal40164151110011672547135
Binary100000111010011010011001000010011101111010110011100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #207469

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #207469; }

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

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

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

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

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

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

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

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