#87A19E

Color #87A19E Submarine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Submarine #87A19E

Tints of Submarine #87A19E

Color information

#87A19E (or 0x87A19E) is unknown color: approx Submarine. HEX triplet: 87, A1 and 9E. RGB value is (135,161,158). Sum of RGB (Red+Green+Blue) = 135+161+158=454 (60% of max value = 765). Red value is 135 (53.12% from 255 or 29.74% from 454); Green value is 161 (63.28% from 255 or 35.46% from 454); Blue value is 158 (62.11% from 255 or 34.80% from 454); Max value from RGB is 161 - color contains mainly: green. Hex color #87A19E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #87A19E is #785E61. Grayscale: #989898. Windows color (decimal): -7888482 or 10396039. OLE color: 10396039.

HSL color Cylindrical-coordinate representation of color #87A19E: hue angle of 173.08º degrees, saturation: 0.12, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #87A19E is Cyan = 0.16, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.37.

Color convert

RGB135161158-
CMYK0.1600.020.37
HSL173.08º12.15%58.04%-
HSV(B)173.08º16.15%63.14%-
XYZ28.9133.1137.21-
YUV152.88130.89115.24-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 29.74%
GREEN value IS 161 (63.28% from 255) = 35.46%
BLUE value IS 158 (62.11% from 255) = 34.80%
R=29.74%
G=35.46%
B=34.80%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1351611580.1600.020.37173.0812.1558.04
Hex87A19E100225adc3a
Octal2072412362002452551472
Binary10000111101000011001111010000010100101101011011100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87A19E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #87A19E; }

 p { color: rgb(135,161,158); }

 H1.HeaderClassName
 {
   color: #87A19E;
 }
 .AnyTagClassName
 {
   color: #87A19E;
 }
</style>
background-color css

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

 a { background-color: rgb(135,161,158); }

 div.DivClassName
 {
   background-color: #87A19E;
 }
 .BgClassName
 {
   background-color: #87A19E;
 }
</style>
border-color css

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

 span { border-color: rgb(135,161,158); }

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