Html Css Color HEX #87B6A1 Sea Nymph

📋 copy color: '#87B6A1'

red 135 ◦ green 182 ◦ blue 161

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

Shades of Sea Nymph #87B6A1

Tints of Sea Nymph #87B6A1

RGB

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

 GREEN value IS 182 (71.48% from 255) = 38.08%

 BLUE value IS 161 (63.28% from 255) = 33.68%

R = 28.24%
G = 38.08%
B = 33.68%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.12

 K value IS 0.29

RGB Variations

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

Color information

#87B6A1 (or 0x87B6A1) is known color: Sea Nymph. HEX triplet: 87, B6 and A1. RGB value is (135,182,161). Sum of RGB (Red+Green+Blue) = 135+182+161=478 (63% of max value = 765). Red value is 135 (53.12% from 255 or 28.24% from 478); Green value is 182 (71.48% from 255 or 38.08% from 478); Blue value is 161 (63.28% from 255 or 33.68% from 478); Max value from RGB is 182 - color contains mainly: green. Hex color #87B6A1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #87B6A1 is #78495E. Grayscale: #A5A5A5. Windows color (decimal): -7883103 or 10598023. OLE color: 10598023.

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

Color convert

RGB 135 182 161 -
CMYK 0.26 0 0.12 0.29
HSL 153.19º 0.24% 0.62% -
HSV(B) 153.19º 0.26% 0.71% -
XYZ 33.15 41.18 39.92 -
YUV 165.55 125.43 106.21 -
System Red Green Blue C M Y K H S L
Decimal 135 182 161 0.26 0 0.12 0.29 153.19 0.24 0.62
Hex 87 B6 A1 1A 0 C 1D 99 18 3E
Octal 207 266 241 32 0 14 35 231 30 76
Binary 10000111 10110110 10100001 11010 0 1100 11101 10011001 11000 111110

Color Harmonies of #87B6A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87B6A1

Black with #87B6A1

Text Example


Text Example

White with #87B6A1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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