Html Css Color HEX #117964 Deep Sea

📋 copy color: '#117964'

red 17 ◦ green 121 ◦ blue 100

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

Shades of Deep Sea #117964

Tints of Deep Sea #117964

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 42.02%

R = 7.14%
G = 50.84%
B = 42.02%

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

#117964 (or 0x117964) is known color: Deep Sea. HEX triplet: 11, 79 and 64. RGB value is (17,121,100). Sum of RGB (Red+Green+Blue) = 17+121+100=238 (31% of max value = 765). Red value is 17 (7.03% from 255 or 7.14% from 238); Green value is 121 (47.66% from 255 or 50.84% from 238); Blue value is 100 (39.45% from 255 or 42.02% from 238); Max value from RGB is 121 - color contains mainly: green. Hex color #117964 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #117964 is #EE869B. Grayscale: #575757. Windows color (decimal): -15632028 or 6584593. OLE color: 6584593.

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

Color convert

RGB 17 121 100 -
CMYK 0.86 0 0.17 0.53
HSL 167.88º 0.75% 0.27% -
HSV(B) 167.88º 0.86% 0.47% -
XYZ 9.37 14.71 14.4 -
YUV 87.51 135.04 77.71 -
System Red Green Blue C M Y K H S L
Decimal 17 121 100 0.86 0 0.17 0.53 167.88 0.75 0.27
Hex 11 79 64 56 0 11 35 A8 4B 1B
Octal 21 171 144 126 0 21 65 250 113 33
Binary 10001 1111001 1100100 1010110 0 10001 110101 10101000 1001011 11011

Color Harmonies of #117964

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #117964

Black with #117964

Text Example


Text Example

White with #117964

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #117964; }

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

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

background-color css

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

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

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

border-color css

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

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

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