Html Css Color HEX #87B4A8 Sea Nymph

📋 copy color: '#87B4A8'

red 135 ◦ green 180 ◦ blue 168

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

Shades of Sea Nymph #87B4A8

Tints of Sea Nymph #87B4A8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 34.78%

R = 27.95%
G = 37.27%
B = 34.78%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.07

 K value IS 0.29

RGB Variations

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

Color information

#87B4A8 (or 0x87B4A8) is known color: Sea Nymph. HEX triplet: 87, B4 and A8. RGB value is (135,180,168). Sum of RGB (Red+Green+Blue) = 135+180+168=483 (63% of max value = 765). Red value is 135 (53.12% from 255 or 27.95% from 483); Green value is 180 (70.70% from 255 or 37.27% from 483); Blue value is 168 (66.02% from 255 or 34.78% from 483); Max value from RGB is 180 - color contains mainly: green. Hex color #87B4A8 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #87B4A8 is #784B57. Grayscale: #A5A5A5. Windows color (decimal): -7883608 or 11056263. OLE color: 11056263.

HSL color Cylindrical-coordinate representation of color #87B4A8: hue angle of 164º 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 #87B4A8 is Cyan = 0.25, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.29.

Color convert

RGB 135 180 168 -
CMYK 0.25 0 0.07 0.29
HSL 164º 0.23% 0.62% -
HSV(B) 164º 0.25% 0.71% -
XYZ 33.38 40.62 43.13 -
YUV 165.18 129.59 106.48 -
System Red Green Blue C M Y K H S L
Decimal 135 180 168 0.25 0 0.07 0.29 164 0.23 0.62
Hex 87 B4 A8 19 0 7 1D A4 17 3E
Octal 207 264 250 31 0 7 35 244 27 76
Binary 10000111 10110100 10101000 11001 0 111 11101 10100100 10111 111110

Color Harmonies of #87B4A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87B4A8

Black with #87B4A8

Text Example


Text Example

White with #87B4A8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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