Html Css Color HEX #87B4AA Sea Nymph

📋 copy color: '#87B4AA'

red 135 ◦ green 180 ◦ blue 170

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

Shades of Sea Nymph #87B4AA

Tints of Sea Nymph #87B4AA

RGB

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

 GREEN value IS 180 (70.7% from 255) = 37.11%

 BLUE value IS 170 (66.8% from 255) = 35.05%

R = 27.84%
G = 37.11%
B = 35.05%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.06

 K value IS 0.29

RGB Variations

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

Color information

#87B4AA (or 0x87B4AA) is known color: Sea Nymph. HEX triplet: 87, B4 and AA. RGB value is (135,180,170). Sum of RGB (Red+Green+Blue) = 135+180+170=485 (64% of max value = 765). Red value is 135 (53.12% from 255 or 27.84% from 485); Green value is 180 (70.70% from 255 or 37.11% from 485); Blue value is 170 (66.80% from 255 or 35.05% from 485); Max value from RGB is 180 - color contains mainly: green. Hex color #87B4AA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #87B4AA is #784B55. Grayscale: #A5A5A5. Windows color (decimal): -7883606 or 11187335. OLE color: 11187335.

HSL color Cylindrical-coordinate representation of color #87B4AA: hue angle of 166.67º degrees, saturation: 0.23, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #87B4AA is Cyan = 0.25, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.29.

Color convert

RGB 135 180 170 -
CMYK 0.25 0 0.06 0.29
HSL 166.67º 0.23% 0.62% -
HSV(B) 166.67º 0.25% 0.71% -
XYZ 33.57 40.7 44.12 -
YUV 165.41 130.59 106.31 -
System Red Green Blue C M Y K H S L
Decimal 135 180 170 0.25 0 0.06 0.29 166.67 0.23 0.62
Hex 87 B4 AA 19 0 6 1D A7 17 3E
Octal 207 264 252 31 0 6 35 247 27 76
Binary 10000111 10110100 10101010 11001 0 110 11101 10100111 10111 111110

Color Harmonies of #87B4AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87B4AA

Black with #87B4AA

Text Example


Text Example

White with #87B4AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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