Html Css Color HEX #117861 Deep Sea

📋 copy color: '#117861'

red 17 ◦ green 120 ◦ blue 97

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

Shades of Deep Sea #117861

Tints of Deep Sea #117861

RGB

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

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

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

R = 7.26%
G = 51.28%
B = 41.45%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.19

 K value IS 0.53

RGB Variations

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

Color information

#117861 (or 0x117861) is known color: Deep Sea. HEX triplet: 11, 78 and 61. RGB value is (17,120,97). Sum of RGB (Red+Green+Blue) = 17+120+97=234 (30% of max value = 765). Red value is 17 (7.03% from 255 or 7.26% from 234); Green value is 120 (47.27% from 255 or 51.28% from 234); Blue value is 97 (38.28% from 255 or 41.45% from 234); Max value from RGB is 120 - color contains mainly: green. Hex color #117861 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #117861 is #EE879E. Grayscale: #565656. Windows color (decimal): -15632287 or 6387729. OLE color: 6387729.

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

Color convert

RGB 17 120 97 -
CMYK 0.86 0 0.19 0.53
HSL 166.6º 0.75% 0.27% -
HSV(B) 166.6º 0.86% 0.47% -
XYZ 9.11 14.42 13.61 -
YUV 86.58 133.88 78.37 -
System Red Green Blue C M Y K H S L
Decimal 17 120 97 0.86 0 0.19 0.53 166.6 0.75 0.27
Hex 11 78 61 56 0 13 35 A7 4B 1B
Octal 21 170 141 126 0 23 65 247 113 33
Binary 10001 1111000 1100001 1010110 0 10011 110101 10100111 1001011 11011

Color Harmonies of #117861

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #117861

Black with #117861

Text Example


Text Example

White with #117861

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #117861; }

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

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

background-color css

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

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

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

border-color css

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

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

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