Html Css Color HEX #87A09D Submarine

📋 copy color: '#87A09D'

red 135 ◦ green 160 ◦ blue 157

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

Shades of Submarine #87A09D

Tints of Submarine #87A09D

RGB

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

 GREEN value IS 160 (62.89% from 255) = 35.4%

 BLUE value IS 157 (61.72% from 255) = 34.73%

R = 29.87%
G = 35.4%
B = 34.73%

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

#87A09D (or 0x87A09D) is known color: Submarine. HEX triplet: 87, A0 and 9D. RGB value is (135,160,157). Sum of RGB (Red+Green+Blue) = 135+160+157=452 (59% of max value = 765). Red value is 135 (53.12% from 255 or 29.87% from 452); Green value is 160 (62.89% from 255 or 35.40% from 452); Blue value is 157 (61.72% from 255 or 34.73% from 452); Max value from RGB is 160 - color contains mainly: green. Hex color #87A09D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #87A09D is #785F62. Grayscale: #989898. Windows color (decimal): -7888739 or 10330247. OLE color: 10330247.

HSL color Cylindrical-coordinate representation of color #87A09D: hue angle of 172.8º 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 #87A09D is Cyan = 0.16, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.37.

Color convert

RGB 135 160 157 -
CMYK 0.16 0 0.02 0.37
HSL 172.8º 0.12% 0.58% -
HSV(B) 172.8º 0.16% 0.63% -
XYZ 28.65 32.73 36.71 -
YUV 152.18 130.72 115.74 -
System Red Green Blue C M Y K H S L
Decimal 135 160 157 0.16 0 0.02 0.37 172.8 0.12 0.58
Hex 87 A0 9D 10 0 2 25 AD C 3A
Octal 207 240 235 20 0 2 45 255 14 72
Binary 10000111 10100000 10011101 10000 0 10 100101 10101101 1100 111010

Color Harmonies of #87A09D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87A09D

Black with #87A09D

Text Example


Text Example

White with #87A09D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(135,160,157); }

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

background-color css

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

 a { background-color: rgb(135,160,157); }

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

border-color css

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

 span { border-color: rgb(135,160,157); }

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