#117D5A

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

Shades of Deep Sea #117D5A

Tints of Deep Sea #117D5A

Color information

#117D5A (or 0x117D5A) is unknown color: approx Deep Sea. HEX triplet: 11, 7D and 5A. RGB value is (17,125,90). Sum of RGB (Red+Green+Blue) = 17+125+90=232 (30% of max value = 765). Red value is 17 (7.03% from 255 or 7.33% from 232); Green value is 125 (49.22% from 255 or 53.88% from 232); Blue value is 90 (35.55% from 255 or 38.79% from 232); Max value from RGB is 125 - color contains mainly: green. Hex color #117D5A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #117D5A is #EE82A5. Grayscale: #585858. Windows color (decimal): -15631014 or 5930257. OLE color: 5930257.

HSL color Cylindrical-coordinate representation of color #117D5A: hue angle of 160.56º degrees, saturation: 0.76, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #117D5A is Cyan = 0.86, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.51.

Color convert

RGB1712590-
CMYK0.8600.280.51
HSL160.56º76.06%27.84%-
HSV(B)160.56º86.4%49.02%-
XYZ9.4115.5212.17-
YUV88.72128.7276.85-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 7.33%
GREEN value IS 125 (49.22% from 255) = 53.88%
BLUE value IS 90 (35.55% from 255) = 38.79%
R=7.33%
G=53.88%
B=38.79%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal17125900.8600.280.51160.5676.0627.84
Hex117D5A5601C33a14c1c
Octal211751321260346324111434
Binary1000111111011011010101011001110011001110100001100110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #117D5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(17,125,90); }

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

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

 a { background-color: rgb(17,125,90); }

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

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

 span { border-color: rgb(17,125,90); }

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