Html Css Color HEX #118960 Deep Sea

📋 copy color: '#118960'

red 17 ◦ green 137 ◦ blue 96

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

Shades of Deep Sea #118960

Tints of Deep Sea #118960

RGB

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

 GREEN value IS 137 (53.91% from 255) = 54.8%

 BLUE value IS 96 (37.89% from 255) = 38.4%

R = 6.8%
G = 54.8%
B = 38.4%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.30

 K value IS 0.46

RGB Variations

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

Color information

#118960 (or 0x118960) is known color: Deep Sea. HEX triplet: 11, 89 and 60. RGB value is (17,137,96). Sum of RGB (Red+Green+Blue) = 17+137+96=250 (33% of max value = 765). Red value is 17 (7.03% from 255 or 6.8% from 250); Green value is 137 (53.91% from 255 or 54.8% from 250); Blue value is 96 (37.89% from 255 or 38.4% from 250); Max value from RGB is 137 - color contains mainly: green. Hex color #118960 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #118960 is #EE769F. Grayscale: #606060. Windows color (decimal): -15627936 or 6326545. OLE color: 6326545.

HSL color Cylindrical-coordinate representation of color #118960: hue angle of 159.5º degrees, saturation: 0.78, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #118960 is Cyan = 0.88, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.46.

Color convert

RGB 17 137 96 -
CMYK 0.88 0 0.30 0.46
HSL 159.5º 0.78% 0.3% -
HSV(B) 159.5º 0.88% 0.54% -
XYZ 11.29 18.86 14.11 -
YUV 96.45 127.74 71.33 -
System Red Green Blue C M Y K H S L
Decimal 17 137 96 0.88 0 0.30 0.46 159.5 0.78 0.3
Hex 11 89 60 58 0 1E 2E A0 4E 1E
Octal 21 211 140 130 0 36 56 240 116 36
Binary 10001 10001001 1100000 1011000 0 11110 101110 10100000 1001110 11110

Color Harmonies of #118960

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #118960

Black with #118960

Text Example


Text Example

White with #118960

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #118960; }

 p { color: rgb(17,137,96); }

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

background-color css

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

 a { background-color: rgb(17,137,96); }

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

border-color css

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

 span { border-color: rgb(17,137,96); }

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