#117D62

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

Shades of Deep Sea #117D62

Tints of Deep Sea #117D62

Color information

#117D62 (or 0x117D62) is unknown color: approx Deep Sea. HEX triplet: 11, 7D and 62. RGB value is (17,125,98). Sum of RGB (Red+Green+Blue) = 17+125+98=240 (31% of max value = 765). Red value is 17 (7.03% from 255 or 7.08% from 240); Green value is 125 (49.22% from 255 or 52.08% from 240); Blue value is 98 (38.67% from 255 or 40.83% from 240); Max value from RGB is 125 - color contains mainly: green. Hex color #117D62 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #117D62 is #EE829D. Grayscale: #595959. Windows color (decimal): -15631006 or 6454545. OLE color: 6454545.

HSL color Cylindrical-coordinate representation of color #117D62: hue angle of 165º 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 #117D62 is Cyan = 0.86, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.51.

Color convert

RGB1712598-
CMYK0.8600.220.51
HSL165º76.06%27.84%-
HSV(B)165º86.4%49.02%-
XYZ9.7715.6714.06-
YUV89.63132.7276.2-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 7.08%
GREEN value IS 125 (49.22% from 255) = 52.08%
BLUE value IS 98 (38.67% from 255) = 40.83%
R=7.08%
G=52.08%
B=40.83%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal17125980.8600.220.5116576.0627.84
Hex117D625601633a54c1c
Octal211751421260266324511434
Binary1000111111011100010101011001011011001110100101100110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #117D62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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