Html Css Color HEX #117863 Deep Sea

📋 copy color: '#117863'

red 17 ◦ green 120 ◦ blue 99

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

Shades of Deep Sea #117863

Tints of Deep Sea #117863

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 41.95%

R = 7.2%
G = 50.85%
B = 41.95%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.17

 K value IS 0.53

RGB Variations

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

Color information

#117863 (or 0x117863) is known color: Deep Sea. HEX triplet: 11, 78 and 63. RGB value is (17,120,99). Sum of RGB (Red+Green+Blue) = 17+120+99=236 (31% of max value = 765). Red value is 17 (7.03% from 255 or 7.20% from 236); Green value is 120 (47.27% from 255 or 50.85% from 236); Blue value is 99 (39.06% from 255 or 41.95% from 236); Max value from RGB is 120 - color contains mainly: green. Hex color #117863 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #117863 is #EE879C. Grayscale: #565656. Windows color (decimal): -15632285 or 6518801. OLE color: 6518801.

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

Color convert

RGB 17 120 99 -
CMYK 0.86 0 0.17 0.53
HSL 167.77º 0.75% 0.27% -
HSV(B) 167.77º 0.86% 0.47% -
XYZ 9.2 14.45 14.11 -
YUV 86.81 134.88 78.21 -
System Red Green Blue C M Y K H S L
Decimal 17 120 99 0.86 0 0.17 0.53 167.77 0.75 0.27
Hex 11 78 63 56 0 11 35 A8 4B 1B
Octal 21 170 143 126 0 21 65 250 113 33
Binary 10001 1111000 1100011 1010110 0 10001 110101 10101000 1001011 11011

Color Harmonies of #117863

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #117863

Black with #117863

Text Example


Text Example

White with #117863

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #117863; }

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

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

background-color css

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

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

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

border-color css

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

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

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