Html Css Color HEX #118363 Deep Sea

📋 copy color: '#118363'

red 17 ◦ green 131 ◦ blue 99

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

Shades of Deep Sea #118363

Tints of Deep Sea #118363

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 40.08%

R = 6.88%
G = 53.04%
B = 40.08%

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

#118363 (or 0x118363) is known color: Deep Sea. HEX triplet: 11, 83 and 63. RGB value is (17,131,99). Sum of RGB (Red+Green+Blue) = 17+131+99=247 (32% of max value = 765). Red value is 17 (7.03% from 255 or 6.88% from 247); Green value is 131 (51.56% from 255 or 53.04% from 247); Blue value is 99 (39.06% from 255 or 40.08% from 247); Max value from RGB is 131 - color contains mainly: green. Hex color #118363 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #118363 is #EE7C9C. Grayscale: #5D5D5D. Windows color (decimal): -15629469 or 6521617. OLE color: 6521617.

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

Color convert

RGB 17 131 99 -
CMYK 0.87 0 0.24 0.49
HSL 163.16º 0.77% 0.29% -
HSV(B) 163.16º 0.87% 0.51% -
XYZ 10.6 17.25 14.58 -
YUV 93.27 131.23 73.6 -
System Red Green Blue C M Y K H S L
Decimal 17 131 99 0.87 0 0.24 0.49 163.16 0.77 0.29
Hex 11 83 63 57 0 18 31 A3 4D 1D
Octal 21 203 143 127 0 30 61 243 115 35
Binary 10001 10000011 1100011 1010111 0 11000 110001 10100011 1001101 11101

Color Harmonies of #118363

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #118363

Black with #118363

Text Example


Text Example

White with #118363

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #118363; }

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

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

background-color css

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

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

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

border-color css

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

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

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