Html Css Color HEX #117959 Deep Sea

📋 copy color: '#117959'

red 17 ◦ green 121 ◦ blue 89

#117959
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Deep Sea #117959

Tints of Deep Sea #117959

RGB

 RED value IS 17 (7.03% from 255) = 7.49%

 GREEN value IS 121 (47.66% from 255) = 53.3%

 BLUE value IS 89 (35.16% from 255) = 39.21%

R = 7.49%
G = 53.3%
B = 39.21%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.26

 K value IS 0.53

RGB Variations

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

Color information

#117959 (or 0x117959) is known color: Deep Sea. HEX triplet: 11, 79 and 59. RGB value is (17,121,89). Sum of RGB (Red+Green+Blue) = 17+121+89=227 (30% of max value = 765). Red value is 17 (7.03% from 255 or 7.49% from 227); Green value is 121 (47.66% from 255 or 53.30% from 227); Blue value is 89 (35.16% from 255 or 39.21% from 227); Max value from RGB is 121 - color contains mainly: green. Hex color #117959 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #117959 is #EE86A6. Grayscale: #565656. Windows color (decimal): -15632039 or 5863697. OLE color: 5863697.

HSL color Cylindrical-coordinate representation of color #117959: hue angle of 161.54º degrees, saturation: 0.75, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #117959 is Cyan = 0.86, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.53.

Color convert

RGB 17 121 89 -
CMYK 0.86 0 0.26 0.53
HSL 161.54º 0.75% 0.27% -
HSV(B) 161.54º 0.86% 0.47% -
XYZ 8.87 14.52 11.79 -
YUV 86.26 129.54 78.6 -
System Red Green Blue C M Y K H S L
Decimal 17 121 89 0.86 0 0.26 0.53 161.54 0.75 0.27
Hex 11 79 59 56 0 1A 35 A2 4B 1B
Octal 21 171 131 126 0 32 65 242 113 33
Binary 10001 1111001 1011001 1010110 0 11010 110101 10100010 1001011 11011

Color Harmonies of #117959

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #117959

Black with #117959

Text Example


Text Example

White with #117959

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #117959; }

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

 H1.HeaderClassName
 {
   color: #117959;
 }
 .AnyTagClassName
 {
   color: #117959;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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