Html Css Color HEX #87C0A8 Sea Nymph

📋 copy color: '#87C0A8'

red 135 ◦ green 192 ◦ blue 168

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

Shades of Sea Nymph #87C0A8

Tints of Sea Nymph #87C0A8

RGB

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

 GREEN value IS 192 (75.39% from 255) = 38.79%

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

R = 27.27%
G = 38.79%
B = 33.94%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.12

 K value IS 0.25

RGB Variations

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

Color information

#87C0A8 (or 0x87C0A8) is known color: Sea Nymph. HEX triplet: 87, C0 and A8. RGB value is (135,192,168). Sum of RGB (Red+Green+Blue) = 135+192+168=495 (65% of max value = 765). Red value is 135 (53.12% from 255 or 27.27% from 495); Green value is 192 (75.39% from 255 or 38.79% from 495); Blue value is 168 (66.02% from 255 or 33.94% from 495); Max value from RGB is 192 - color contains mainly: green. Hex color #87C0A8 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #87C0A8 is #783F57. Grayscale: #ACACAC. Windows color (decimal): -7880536 or 11059335. OLE color: 11059335.

HSL color Cylindrical-coordinate representation of color #87C0A8: hue angle of 154.74º degrees, saturation: 0.31, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #87C0A8 is Cyan = 0.30, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.25.

Color convert

RGB 135 192 168 -
CMYK 0.30 0 0.12 0.25
HSL 154.74º 0.31% 0.64% -
HSV(B) 154.74º 0.3% 0.75% -
XYZ 35.91 45.68 43.97 -
YUV 172.22 125.62 101.45 -
System Red Green Blue C M Y K H S L
Decimal 135 192 168 0.30 0 0.12 0.25 154.74 0.31 0.64
Hex 87 C0 A8 1E 0 C 19 9B 1F 40
Octal 207 300 250 36 0 14 31 233 37 100
Binary 10000111 11000000 10101000 11110 0 1100 11001 10011011 11111 1000000

Color Harmonies of #87C0A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87C0A8

Black with #87C0A8

Text Example


Text Example

White with #87C0A8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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