Html Css Color HEX #87F8DD Aquamarine

📋 copy color: '#87F8DD'

red 135 ◦ green 248 ◦ blue 221

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

Shades of Aquamarine #87F8DD

Tints of Aquamarine #87F8DD

RGB

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

 GREEN value IS 248 (97.27% from 255) = 41.06%

 BLUE value IS 221 (86.72% from 255) = 36.59%

R = 22.35%
G = 41.06%
B = 36.59%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.11

 K value IS 0.03

RGB Variations

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

Color information

#87F8DD (or 0x87F8DD) is known color: Aquamarine. HEX triplet: 87, F8 and DD. RGB value is (135,248,221). Sum of RGB (Red+Green+Blue) = 135+248+221=604 (80% of max value = 765). Red value is 135 (53.12% from 255 or 22.35% from 604); Green value is 248 (97.27% from 255 or 41.06% from 604); Blue value is 221 (86.72% from 255 or 36.59% from 604); Max value from RGB is 248 - color contains mainly: green. Hex color #87F8DD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #87F8DD is #780722. Grayscale: #D3D3D3. Windows color (decimal): -7866147 or 14547079. OLE color: 14547079.

HSL color Cylindrical-coordinate representation of color #87F8DD: hue angle of 165.66º degrees, saturation: 0.89, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #87F8DD is Cyan = 0.46, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.03.

Color convert

RGB 135 248 221 -
CMYK 0.46 0 0.11 0.03
HSL 165.66º 0.89% 0.75% -
HSV(B) 165.66º 0.46% 0.97% -
XYZ 56.61 77.51 80.38 -
YUV 211.14 133.56 73.7 -
System Red Green Blue C M Y K H S L
Decimal 135 248 221 0.46 0 0.11 0.03 165.66 0.89 0.75
Hex 87 F8 DD 2E 0 B 3 A6 59 4B
Octal 207 370 335 56 0 13 3 246 131 113
Binary 10000111 11111000 11011101 101110 0 1011 11 10100110 1011001 1001011

Color Harmonies of #87F8DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87F8DD

Black with #87F8DD

Text Example


Text Example

White with #87F8DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(135,248,221); }

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

background-color css

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

 a { background-color: rgb(135,248,221); }

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

border-color css

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

 span { border-color: rgb(135,248,221); }

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