Html Css Color HEX #118560 Deep Sea

📋 copy color: '#118560'

red 17 ◦ green 133 ◦ blue 96

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

Shades of Deep Sea #118560

Tints of Deep Sea #118560

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 39.02%

R = 6.91%
G = 54.07%
B = 39.02%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.28

 K value IS 0.48

RGB Variations

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

Color information

#118560 (or 0x118560) is known color: Deep Sea. HEX triplet: 11, 85 and 60. RGB value is (17,133,96). Sum of RGB (Red+Green+Blue) = 17+133+96=246 (32% of max value = 765). Red value is 17 (7.03% from 255 or 6.91% from 246); Green value is 133 (52.34% from 255 or 54.07% from 246); Blue value is 96 (37.89% from 255 or 39.02% from 246); Max value from RGB is 133 - color contains mainly: green. Hex color #118560 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #118560 is #EE7A9F. Grayscale: #5E5E5E. Windows color (decimal): -15628960 or 6325521. OLE color: 6325521.

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

Color convert

RGB 17 133 96 -
CMYK 0.87 0 0.28 0.48
HSL 160.86º 0.77% 0.29% -
HSV(B) 160.86º 0.87% 0.52% -
XYZ 10.73 17.74 13.92 -
YUV 94.1 129.07 73.01 -
System Red Green Blue C M Y K H S L
Decimal 17 133 96 0.87 0 0.28 0.48 160.86 0.77 0.29
Hex 11 85 60 57 0 1C 30 A1 4D 1D
Octal 21 205 140 127 0 34 60 241 115 35
Binary 10001 10000101 1100000 1010111 0 11100 110000 10100001 1001101 11101

Color Harmonies of #118560

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #118560

Black with #118560

Text Example


Text Example

White with #118560

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #118560; }

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

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

background-color css

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

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

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

border-color css

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

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

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