Html Css Color HEX #87AAA5 Sea Nymph

📋 copy color: '#87AAA5'

red 135 ◦ green 170 ◦ blue 165

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

Shades of Sea Nymph #87AAA5

Tints of Sea Nymph #87AAA5

RGB

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

 GREEN value IS 170 (66.8% from 255) = 36.17%

 BLUE value IS 165 (64.84% from 255) = 35.11%

R = 28.72%
G = 36.17%
B = 35.11%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.03

 K value IS 0.33

RGB Variations

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

Color information

#87AAA5 (or 0x87AAA5) is known color: Sea Nymph. HEX triplet: 87, AA and A5. RGB value is (135,170,165). Sum of RGB (Red+Green+Blue) = 135+170+165=470 (62% of max value = 765). Red value is 135 (53.12% from 255 or 28.72% from 470); Green value is 170 (66.80% from 255 or 36.17% from 470); Blue value is 165 (64.84% from 255 or 35.11% from 470); Max value from RGB is 170 - color contains mainly: green. Hex color #87AAA5 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #87AAA5 is #78555A. Grayscale: #9E9E9E. Windows color (decimal): -7886171 or 10857095. OLE color: 10857095.

HSL color Cylindrical-coordinate representation of color #87AAA5: hue angle of 171.43º degrees, saturation: 0.17, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #87AAA5 is Cyan = 0.21, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.33.

Color convert

RGB 135 170 165 -
CMYK 0.21 0 0.03 0.33
HSL 171.43º 0.17% 0.6% -
HSV(B) 171.43º 0.21% 0.67% -
XYZ 31.16 36.62 41.02 -
YUV 158.97 131.4 110.91 -
System Red Green Blue C M Y K H S L
Decimal 135 170 165 0.21 0 0.03 0.33 171.43 0.17 0.6
Hex 87 AA A5 15 0 3 21 AB 11 3C
Octal 207 252 245 25 0 3 41 253 21 74
Binary 10000111 10101010 10100101 10101 0 11 100001 10101011 10001 111100

Color Harmonies of #87AAA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87AAA5

Black with #87AAA5

Text Example


Text Example

White with #87AAA5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(135,170,165); }

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

background-color css

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

 a { background-color: rgb(135,170,165); }

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

border-color css

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

 span { border-color: rgb(135,170,165); }

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