Html Css Color HEX #87A19E Submarine

📋 copy color: '#87A19E'

red 135 ◦ green 161 ◦ blue 158

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

Shades of Submarine #87A19E

Tints of Submarine #87A19E

RGB

 RED value IS 135 (53.13% from 255) = 29.74%

 GREEN value IS 161 (63.28% from 255) = 35.46%

 BLUE value IS 158 (62.11% from 255) = 34.8%

R = 29.74%
G = 35.46%
B = 34.8%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.02

 K value IS 0.37

RGB Variations

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

Color information

#87A19E (or 0x87A19E) is known color: 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

RGB 135 161 158 -
CMYK 0.16 0 0.02 0.37
HSL 173.08º 0.12% 0.58% -
HSV(B) 173.08º 0.16% 0.63% -
XYZ 28.91 33.11 37.21 -
YUV 152.88 130.89 115.24 -
System Red Green Blue C M Y K H S L
Decimal 135 161 158 0.16 0 0.02 0.37 173.08 0.12 0.58
Hex 87 A1 9E 10 0 2 25 AD C 3A
Octal 207 241 236 20 0 2 45 255 14 72
Binary 10000111 10100001 10011110 10000 0 10 100101 10101101 1100 111010

Color Harmonies of #87A19E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87A19E

Black with #87A19E

Text Example


Text Example

White with #87A19E

Text Example


Text Example

HTML Codes & Css Web 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>