Html Css Color HEX #117862 Deep Sea

📋 copy color: '#117862'

red 17 ◦ green 120 ◦ blue 98

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

Shades of Deep Sea #117862

Tints of Deep Sea #117862

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 41.7%

R = 7.23%
G = 51.06%
B = 41.7%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.18

 K value IS 0.53

RGB Variations

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

Color information

#117862 (or 0x117862) is known color: Deep Sea. HEX triplet: 11, 78 and 62. RGB value is (17,120,98). Sum of RGB (Red+Green+Blue) = 17+120+98=235 (31% of max value = 765). Red value is 17 (7.03% from 255 or 7.23% from 235); Green value is 120 (47.27% from 255 or 51.06% from 235); Blue value is 98 (38.67% from 255 or 41.70% from 235); Max value from RGB is 120 - color contains mainly: green. Hex color #117862 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #117862 is #EE879D. Grayscale: #565656. Windows color (decimal): -15632286 or 6453265. OLE color: 6453265.

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

Color convert

RGB 17 120 98 -
CMYK 0.86 0 0.18 0.53
HSL 167.18º 0.75% 0.27% -
HSV(B) 167.18º 0.86% 0.47% -
XYZ 9.15 14.43 13.86 -
YUV 86.7 134.38 78.29 -
System Red Green Blue C M Y K H S L
Decimal 17 120 98 0.86 0 0.18 0.53 167.18 0.75 0.27
Hex 11 78 62 56 0 12 35 A7 4B 1B
Octal 21 170 142 126 0 22 65 247 113 33
Binary 10001 1111000 1100010 1010110 0 10010 110101 10100111 1001011 11011

Color Harmonies of #117862

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #117862

Black with #117862

Text Example


Text Example

White with #117862

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #117862; }

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

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

background-color css

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

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

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

border-color css

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

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

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