Html Css Color HEX #118760 Deep Sea

📋 copy color: '#118760'

red 17 ◦ green 135 ◦ blue 96

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

Shades of Deep Sea #118760

Tints of Deep Sea #118760

RGB

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

 GREEN value IS 135 (53.13% from 255) = 54.44%

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

R = 6.85%
G = 54.44%
B = 38.71%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.29

 K value IS 0.47

RGB Variations

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

Color information

#118760 (or 0x118760) is known color: Deep Sea. HEX triplet: 11, 87 and 60. RGB value is (17,135,96). Sum of RGB (Red+Green+Blue) = 17+135+96=248 (32% of max value = 765). Red value is 17 (7.03% from 255 or 6.85% from 248); Green value is 135 (53.12% from 255 or 54.44% from 248); Blue value is 96 (37.89% from 255 or 38.71% from 248); Max value from RGB is 135 - color contains mainly: green. Hex color #118760 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #118760 is #EE789F. Grayscale: #5F5F5F. Windows color (decimal): -15628448 or 6326033. OLE color: 6326033.

HSL color Cylindrical-coordinate representation of color #118760: hue angle of 160.17º degrees, saturation: 0.78, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #118760 is Cyan = 0.87, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.47.

Color convert

RGB 17 135 96 -
CMYK 0.87 0 0.29 0.47
HSL 160.17º 0.78% 0.3% -
HSV(B) 160.17º 0.87% 0.53% -
XYZ 11.01 18.29 14.02 -
YUV 95.27 128.41 72.17 -
System Red Green Blue C M Y K H S L
Decimal 17 135 96 0.87 0 0.29 0.47 160.17 0.78 0.3
Hex 11 87 60 57 0 1D 2F A0 4E 1E
Octal 21 207 140 127 0 35 57 240 116 36
Binary 10001 10000111 1100000 1010111 0 11101 101111 10100000 1001110 11110

Color Harmonies of #118760

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #118760

Black with #118760

Text Example


Text Example

White with #118760

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #118760; }

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

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

background-color css

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

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

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

border-color css

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

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

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