Html Css Color HEX #117160 Deep Sea

📋 copy color: '#117160'

red 17 ◦ green 113 ◦ blue 96

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

Shades of Deep Sea #117160

Tints of Deep Sea #117160

RGB

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

 GREEN value IS 113 (44.53% from 255) = 50%

 BLUE value IS 96 (37.89% from 255) = 42.48%

R = 7.52%
G = 50%
B = 42.48%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.15

 K value IS 0.56

RGB Variations

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

Color information

#117160 (or 0x117160) is known color: Deep Sea. HEX triplet: 11, 71 and 60. RGB value is (17,113,96). Sum of RGB (Red+Green+Blue) = 17+113+96=226 (29% of max value = 765). Red value is 17 (7.03% from 255 or 7.52% from 226); Green value is 113 (44.53% from 255 or 50% from 226); Blue value is 96 (37.89% from 255 or 42.48% from 226); Max value from RGB is 113 - color contains mainly: green. Hex color #117160 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #117160 is #EE8E9F. Grayscale: #525252. Windows color (decimal): -15634080 or 6320401. OLE color: 6320401.

HSL color Cylindrical-coordinate representation of color #117160: hue angle of 169.38º degrees, saturation: 0.74, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #117160 is Cyan = 0.85, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.56.

Color convert

RGB 17 113 96 -
CMYK 0.85 0 0.15 0.56
HSL 169.38º 0.74% 0.25% -
HSV(B) 169.38º 0.85% 0.44% -
XYZ 8.25 12.77 13.1 -
YUV 82.36 135.7 81.38 -
System Red Green Blue C M Y K H S L
Decimal 17 113 96 0.85 0 0.15 0.56 169.38 0.74 0.25
Hex 11 71 60 55 0 F 38 A9 4A 19
Octal 21 161 140 125 0 17 70 251 112 31
Binary 10001 1110001 1100000 1010101 0 1111 111000 10101001 1001010 11001

Color Harmonies of #117160

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #117160

Black with #117160

Text Example


Text Example

White with #117160

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #117160; }

 p { color: rgb(17,113,96); }

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

background-color css

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

 a { background-color: rgb(17,113,96); }

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

border-color css

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

 span { border-color: rgb(17,113,96); }

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