Html Css Color HEX #118461 Deep Sea

📋 copy color: '#118461'

red 17 ◦ green 132 ◦ blue 97

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

Shades of Deep Sea #118461

Tints of Deep Sea #118461

RGB

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

 GREEN value IS 132 (51.95% from 255) = 53.66%

 BLUE value IS 97 (38.28% from 255) = 39.43%

R = 6.91%
G = 53.66%
B = 39.43%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.27

 K value IS 0.48

RGB Variations

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

Color information

#118461 (or 0x118461) is known color: Deep Sea. HEX triplet: 11, 84 and 61. RGB value is (17,132,97). Sum of RGB (Red+Green+Blue) = 17+132+97=246 (32% of max value = 765). Red value is 17 (7.03% from 255 or 6.91% from 246); Green value is 132 (51.95% from 255 or 53.66% from 246); Blue value is 97 (38.28% from 255 or 39.43% from 246); Max value from RGB is 132 - color contains mainly: green. Hex color #118461 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #118461 is #EE7B9E. Grayscale: #5D5D5D. Windows color (decimal): -15629215 or 6390801. OLE color: 6390801.

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

Color convert

RGB 17 132 97 -
CMYK 0.87 0 0.27 0.48
HSL 161.74º 0.77% 0.29% -
HSV(B) 161.74º 0.87% 0.52% -
XYZ 10.64 17.48 14.12 -
YUV 93.63 129.9 73.35 -
System Red Green Blue C M Y K H S L
Decimal 17 132 97 0.87 0 0.27 0.48 161.74 0.77 0.29
Hex 11 84 61 57 0 1B 30 A2 4D 1D
Octal 21 204 141 127 0 33 60 242 115 35
Binary 10001 10000100 1100001 1010111 0 11011 110000 10100010 1001101 11101

Color Harmonies of #118461

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #118461

Black with #118461

Text Example


Text Example

White with #118461

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #118461; }

 p { color: rgb(17,132,97); }

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

background-color css

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

 a { background-color: rgb(17,132,97); }

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

border-color css

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

 span { border-color: rgb(17,132,97); }

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