Html Css Color HEX #117859 Deep Sea

📋 copy color: '#117859'

red 17 ◦ green 120 ◦ blue 89

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

Shades of Deep Sea #117859

Tints of Deep Sea #117859

RGB

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

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

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

R = 7.52%
G = 53.1%
B = 39.38%

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

#117859 (or 0x117859) is known color: Deep Sea. HEX triplet: 11, 78 and 59. RGB value is (17,120,89). Sum of RGB (Red+Green+Blue) = 17+120+89=226 (29% of max value = 765). Red value is 17 (7.03% from 255 or 7.52% from 226); Green value is 120 (47.27% from 255 or 53.10% from 226); Blue value is 89 (35.16% from 255 or 39.38% from 226); Max value from RGB is 120 - color contains mainly: green. Hex color #117859 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #117859 is #EE87A6. Grayscale: #555555. Windows color (decimal): -15632295 or 5863441. OLE color: 5863441.

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

Color convert

RGB 17 120 89 -
CMYK 0.86 0 0.26 0.53
HSL 161.94º 0.75% 0.27% -
HSV(B) 161.94º 0.86% 0.47% -
XYZ 8.75 14.27 11.75 -
YUV 85.67 129.88 79.02 -
System Red Green Blue C M Y K H S L
Decimal 17 120 89 0.86 0 0.26 0.53 161.94 0.75 0.27
Hex 11 78 59 56 0 1A 35 A2 4B 1B
Octal 21 170 131 126 0 32 65 242 113 33
Binary 10001 1111000 1011001 1010110 0 11010 110101 10100010 1001011 11011

Color Harmonies of #117859

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #117859

Black with #117859

Text Example


Text Example

White with #117859

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #117859; }

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

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

background-color css

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

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

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

border-color css

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

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

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