Html Css Color HEX #118362 Deep Sea

📋 copy color: '#118362'

red 17 ◦ green 131 ◦ blue 98

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

Shades of Deep Sea #118362

Tints of Deep Sea #118362

RGB

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

 GREEN value IS 131 (51.56% from 255) = 53.25%

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

R = 6.91%
G = 53.25%
B = 39.84%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.25

 K value IS 0.49

RGB Variations

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

Color information

#118362 (or 0x118362) is known color: Deep Sea. HEX triplet: 11, 83 and 62. RGB value is (17,131,98). Sum of RGB (Red+Green+Blue) = 17+131+98=246 (32% of max value = 765). Red value is 17 (7.03% from 255 or 6.91% from 246); Green value is 131 (51.56% from 255 or 53.25% from 246); Blue value is 98 (38.67% from 255 or 39.84% from 246); Max value from RGB is 131 - color contains mainly: green. Hex color #118362 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #118362 is #EE7C9D. Grayscale: #5D5D5D. Windows color (decimal): -15629470 or 6456081. OLE color: 6456081.

HSL color Cylindrical-coordinate representation of color #118362: hue angle of 162.63º 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 #118362 is Cyan = 0.87, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.49.

Color convert

RGB 17 131 98 -
CMYK 0.87 0 0.25 0.49
HSL 162.63º 0.77% 0.29% -
HSV(B) 162.63º 0.87% 0.51% -
XYZ 10.55 17.23 14.33 -
YUV 93.15 130.73 73.68 -
System Red Green Blue C M Y K H S L
Decimal 17 131 98 0.87 0 0.25 0.49 162.63 0.77 0.29
Hex 11 83 62 57 0 19 31 A3 4D 1D
Octal 21 203 142 127 0 31 61 243 115 35
Binary 10001 10000011 1100010 1010111 0 11001 110001 10100011 1001101 11101

Color Harmonies of #118362

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #118362

Black with #118362

Text Example


Text Example

White with #118362

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #118362; }

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

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

background-color css

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

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

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

border-color css

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

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

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