Html Css Color HEX #118162 Deep Sea

📋 copy color: '#118162'

red 17 ◦ green 129 ◦ blue 98

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

Shades of Deep Sea #118162

Tints of Deep Sea #118162

RGB

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

 GREEN value IS 129 (50.78% from 255) = 52.87%

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

R = 6.97%
G = 52.87%
B = 40.16%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.24

 K value IS 0.49

RGB Variations

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

Color information

#118162 (or 0x118162) is known color: Deep Sea. HEX triplet: 11, 81 and 62. RGB value is (17,129,98). Sum of RGB (Red+Green+Blue) = 17+129+98=244 (32% of max value = 765). Red value is 17 (7.03% from 255 or 6.97% from 244); Green value is 129 (50.78% from 255 or 52.87% from 244); Blue value is 98 (38.67% from 255 or 40.16% from 244); Max value from RGB is 129 - color contains mainly: green. Hex color #118162 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #118162 is #EE7E9D. Grayscale: #5B5B5B. Windows color (decimal): -15629982 or 6455569. OLE color: 6455569.

HSL color Cylindrical-coordinate representation of color #118162: hue angle of 163.39º degrees, saturation: 0.77, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #118162 is Cyan = 0.87, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.49.

Color convert

RGB 17 129 98 -
CMYK 0.87 0 0.24 0.49
HSL 163.39º 0.77% 0.29% -
HSV(B) 163.39º 0.87% 0.51% -
XYZ 10.29 16.7 14.24 -
YUV 91.98 131.39 74.52 -
System Red Green Blue C M Y K H S L
Decimal 17 129 98 0.87 0 0.24 0.49 163.39 0.77 0.29
Hex 11 81 62 57 0 18 31 A3 4D 1D
Octal 21 201 142 127 0 30 61 243 115 35
Binary 10001 10000001 1100010 1010111 0 11000 110001 10100011 1001101 11101

Color Harmonies of #118162

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #118162

Black with #118162

Text Example


Text Example

White with #118162

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #118162; }

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

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

background-color css

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

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

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

border-color css

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

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

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