Html Css Color HEX #87FDD8 Aquamarine

📋 copy color: '#87FDD8'

red 135 ◦ green 253 ◦ blue 216

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

Shades of Aquamarine #87FDD8

Tints of Aquamarine #87FDD8

RGB

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

 GREEN value IS 253 (99.22% from 255) = 41.89%

 BLUE value IS 216 (84.77% from 255) = 35.76%

R = 22.35%
G = 41.89%
B = 35.76%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.15

 K value IS 0.01

RGB Variations

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

Color information

#87FDD8 (or 0x87FDD8) is known color: Aquamarine. HEX triplet: 87, FD and D8. RGB value is (135,253,216). Sum of RGB (Red+Green+Blue) = 135+253+216=604 (80% of max value = 765). Red value is 135 (53.12% from 255 or 22.35% from 604); Green value is 253 (99.22% from 255 or 41.89% from 604); Blue value is 216 (84.77% from 255 or 35.76% from 604); Max value from RGB is 253 - color contains mainly: green. Hex color #87FDD8 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #87FDD8 is #780227. Grayscale: #D5D5D5. Windows color (decimal): -7864872 or 14220679. OLE color: 14220679.

HSL color Cylindrical-coordinate representation of color #87FDD8: hue angle of 161.19º degrees, saturation: 0.97, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #87FDD8 is Cyan = 0.47, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.01.

Color convert

RGB 135 253 216 -
CMYK 0.47 0 0.15 0.01
HSL 161.19º 0.97% 0.76% -
HSV(B) 161.19º 0.47% 0.99% -
XYZ 57.51 80.36 77.45 -
YUV 213.5 129.41 72.01 -
System Red Green Blue C M Y K H S L
Decimal 135 253 216 0.47 0 0.15 0.01 161.19 0.97 0.76
Hex 87 FD D8 2F 0 F 1 A1 61 4C
Octal 207 375 330 57 0 17 1 241 141 114
Binary 10000111 11111101 11011000 101111 0 1111 1 10100001 1100001 1001100

Color Harmonies of #87FDD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87FDD8

Black with #87FDD8

Text Example


Text Example

White with #87FDD8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(135,253,216); }

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

background-color css

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

 a { background-color: rgb(135,253,216); }

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

border-color css

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

 span { border-color: rgb(135,253,216); }

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