Html Css Color HEX #118561 Deep Sea

📋 copy color: '#118561'

red 17 ◦ green 133 ◦ blue 97

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

Shades of Deep Sea #118561

Tints of Deep Sea #118561

RGB

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

 GREEN value IS 133 (52.34% from 255) = 53.85%

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

R = 6.88%
G = 53.85%
B = 39.27%

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

#118561 (or 0x118561) is known color: Deep Sea. HEX triplet: 11, 85 and 61. RGB value is (17,133,97). Sum of RGB (Red+Green+Blue) = 17+133+97=247 (32% of max value = 765). Red value is 17 (7.03% from 255 or 6.88% from 247); Green value is 133 (52.34% from 255 or 53.85% from 247); Blue value is 97 (38.28% from 255 or 39.27% from 247); Max value from RGB is 133 - color contains mainly: green. Hex color #118561 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #118561 is #EE7A9E. Grayscale: #5E5E5E. Windows color (decimal): -15628959 or 6391057. OLE color: 6391057.

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

Color convert

RGB 17 133 97 -
CMYK 0.87 0 0.27 0.48
HSL 161.38º 0.77% 0.29% -
HSV(B) 161.38º 0.87% 0.52% -
XYZ 10.78 17.76 14.17 -
YUV 94.21 129.57 72.93 -
System Red Green Blue C M Y K H S L
Decimal 17 133 97 0.87 0 0.27 0.48 161.38 0.77 0.29
Hex 11 85 61 57 0 1B 30 A1 4D 1D
Octal 21 205 141 127 0 33 60 241 115 35
Binary 10001 10000101 1100001 1010111 0 11011 110000 10100001 1001101 11101

Color Harmonies of #118561

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #118561

Black with #118561

Text Example


Text Example

White with #118561

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #118561; }

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

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

background-color css

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

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

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

border-color css

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

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

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