Html Css Color HEX #117961 Deep Sea

📋 copy color: '#117961'

red 17 ◦ green 121 ◦ blue 97

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

Shades of Deep Sea #117961

Tints of Deep Sea #117961

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 41.28%

R = 7.23%
G = 51.49%
B = 41.28%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.20

 K value IS 0.53

RGB Variations

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

Color information

#117961 (or 0x117961) is known color: Deep Sea. HEX triplet: 11, 79 and 61. RGB value is (17,121,97). Sum of RGB (Red+Green+Blue) = 17+121+97=235 (31% of max value = 765). Red value is 17 (7.03% from 255 or 7.23% from 235); Green value is 121 (47.66% from 255 or 51.49% from 235); Blue value is 97 (38.28% from 255 or 41.28% from 235); Max value from RGB is 121 - color contains mainly: green. Hex color #117961 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #117961 is #EE869E. Grayscale: #575757. Windows color (decimal): -15632031 or 6387985. OLE color: 6387985.

HSL color Cylindrical-coordinate representation of color #117961: hue angle of 166.15º 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 #117961 is Cyan = 0.86, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.53.

Color convert

RGB 17 121 97 -
CMYK 0.86 0 0.20 0.53
HSL 166.15º 0.75% 0.27% -
HSV(B) 166.15º 0.86% 0.47% -
XYZ 9.23 14.66 13.65 -
YUV 87.17 133.54 77.95 -
System Red Green Blue C M Y K H S L
Decimal 17 121 97 0.86 0 0.20 0.53 166.15 0.75 0.27
Hex 11 79 61 56 0 14 35 A6 4B 1B
Octal 21 171 141 126 0 24 65 246 113 33
Binary 10001 1111001 1100001 1010110 0 10100 110101 10100110 1001011 11011

Color Harmonies of #117961

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #117961

Black with #117961

Text Example


Text Example

White with #117961

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #117961; }

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

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

background-color css

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

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

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

border-color css

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

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

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