Html Css Color HEX #117962 Deep Sea

📋 copy color: '#117962'

red 17 ◦ green 121 ◦ blue 98

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

Shades of Deep Sea #117962

Tints of Deep Sea #117962

RGB

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

 GREEN value IS 121 (47.66% from 255) = 51.27%

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

R = 7.2%
G = 51.27%
B = 41.53%

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

#117962 (or 0x117962) is known color: Deep Sea. HEX triplet: 11, 79 and 62. RGB value is (17,121,98). Sum of RGB (Red+Green+Blue) = 17+121+98=236 (31% of max value = 765). Red value is 17 (7.03% from 255 or 7.20% from 236); Green value is 121 (47.66% from 255 or 51.27% from 236); Blue value is 98 (38.67% from 255 or 41.53% from 236); Max value from RGB is 121 - color contains mainly: green. Hex color #117962 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #117962 is #EE869D. Grayscale: #575757. Windows color (decimal): -15632030 or 6453521. OLE color: 6453521.

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

Color convert

RGB 17 121 98 -
CMYK 0.86 0 0.19 0.53
HSL 166.73º 0.75% 0.27% -
HSV(B) 166.73º 0.86% 0.47% -
XYZ 9.27 14.68 13.9 -
YUV 87.28 134.04 77.87 -
System Red Green Blue C M Y K H S L
Decimal 17 121 98 0.86 0 0.19 0.53 166.73 0.75 0.27
Hex 11 79 62 56 0 13 35 A7 4B 1B
Octal 21 171 142 126 0 23 65 247 113 33
Binary 10001 1111001 1100010 1010110 0 10011 110101 10100111 1001011 11011

Color Harmonies of #117962

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #117962

Black with #117962

Text Example


Text Example

White with #117962

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #117962; }

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

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

background-color css

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

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

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

border-color css

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

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

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