#117F59

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

Shades of Deep Sea #117F59

Tints of Deep Sea #117F59

Color information

#117F59 (or 0x117F59) is unknown color: approx Deep Sea. HEX triplet: 11, 7F and 59. RGB value is (17,127,89). Sum of RGB (Red+Green+Blue) = 17+127+89=233 (30% of max value = 765). Red value is 17 (7.03% from 255 or 7.30% from 233); Green value is 127 (50% from 255 or 54.51% from 233); Blue value is 89 (35.16% from 255 or 38.20% from 233); Max value from RGB is 127 - color contains mainly: green. Hex color #117F59 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #117F59 is #EE80A6. Grayscale: #595959. Windows color (decimal): -15630503 or 5865233. OLE color: 5865233.

HSL color Cylindrical-coordinate representation of color #117F59: hue angle of 159.27º degrees, saturation: 0.76, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #117F59 is Cyan = 0.87, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.50.

Color convert

RGB1712789-
CMYK0.8700.300.50
HSL159.27º76.39%28.24%-
HSV(B)159.27º86.61%49.8%-
XYZ9.6216.0212.04-
YUV89.78127.5676.09-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 7.30%
GREEN value IS 127 (50% from 255) = 54.51%
BLUE value IS 89 (35.16% from 255) = 38.20%
R=7.30%
G=54.51%
B=38.20%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal17127890.8700.300.50159.2776.3928.24
Hex117F595701E329f4c1c
Octal211771311270366223711434
Binary1000111111111011001101011101111011001010011111100110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #117F59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #117F59; }

 p { color: rgb(17,127,89); }

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

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

 a { background-color: rgb(17,127,89); }

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

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

 span { border-color: rgb(17,127,89); }

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