Html Css Color HEX #117860 Deep Sea

📋 copy color: '#117860'

red 17 ◦ green 120 ◦ blue 96

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

Shades of Deep Sea #117860

Tints of Deep Sea #117860

RGB

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

 GREEN value IS 120 (47.27% from 255) = 51.5%

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

R = 7.3%
G = 51.5%
B = 41.2%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.2

 K value IS 0.53

RGB Variations

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

Color information

#117860 (or 0x117860) is known color: Deep Sea. HEX triplet: 11, 78 and 60. RGB value is (17,120,96). Sum of RGB (Red+Green+Blue) = 17+120+96=233 (30% of max value = 765). Red value is 17 (7.03% from 255 or 7.30% from 233); Green value is 120 (47.27% from 255 or 51.50% from 233); Blue value is 96 (37.89% from 255 or 41.20% from 233); Max value from RGB is 120 - color contains mainly: green. Hex color #117860 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #117860 is #EE879F. Grayscale: #565656. Windows color (decimal): -15632288 or 6322193. OLE color: 6322193.

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

Color convert

RGB 17 120 96 -
CMYK 0.86 0 0.2 0.53
HSL 166.02º 0.75% 0.27% -
HSV(B) 166.02º 0.86% 0.47% -
XYZ 9.06 14.4 13.37 -
YUV 86.47 133.38 78.45 -
System Red Green Blue C M Y K H S L
Decimal 17 120 96 0.86 0 0.2 0.53 166.02 0.75 0.27
Hex 11 78 60 56 0 14 35 A6 4B 1B
Octal 21 170 140 126 0 24 65 246 113 33
Binary 10001 1111000 1100000 1010110 0 10100 110101 10100110 1001011 11011

Color Harmonies of #117860

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #117860

Black with #117860

Text Example


Text Example

White with #117860

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #117860; }

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

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

background-color css

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

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

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

border-color css

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

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

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