Html Css Color HEX #87F2CA Aquamarine

📋 copy color: '#87F2CA'

red 135 ◦ green 242 ◦ blue 202

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

Shades of Aquamarine #87F2CA

Tints of Aquamarine #87F2CA

RGB

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

 GREEN value IS 242 (94.92% from 255) = 41.8%

 BLUE value IS 202 (79.3% from 255) = 34.89%

R = 23.32%
G = 41.8%
B = 34.89%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.17

 K value IS 0.05

RGB Variations

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

Color information

#87F2CA (or 0x87F2CA) is known color: Aquamarine. HEX triplet: 87, F2 and CA. RGB value is (135,242,202). Sum of RGB (Red+Green+Blue) = 135+242+202=579 (76% of max value = 765). Red value is 135 (53.12% from 255 or 23.32% from 579); Green value is 242 (94.92% from 255 or 41.80% from 579); Blue value is 202 (79.30% from 255 or 34.89% from 579); Max value from RGB is 242 - color contains mainly: green. Hex color #87F2CA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #87F2CA is #780D35. Grayscale: #CDCDCD. Windows color (decimal): -7867702 or 13300359. OLE color: 13300359.

HSL color Cylindrical-coordinate representation of color #87F2CA: hue angle of 157.57º degrees, saturation: 0.8, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #87F2CA is Cyan = 0.44, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.05.

Color convert

RGB 135 242 202 -
CMYK 0.44 0 0.17 0.05
HSL 157.57º 0.8% 0.74% -
HSV(B) 157.57º 0.44% 0.95% -
XYZ 52.4 72.92 67.19 -
YUV 205.45 126.05 77.75 -
System Red Green Blue C M Y K H S L
Decimal 135 242 202 0.44 0 0.17 0.05 157.57 0.8 0.74
Hex 87 F2 CA 2C 0 11 5 9E 50 4A
Octal 207 362 312 54 0 21 5 236 120 112
Binary 10000111 11110010 11001010 101100 0 10001 101 10011110 1010000 1001010

Color Harmonies of #87F2CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87F2CA

Black with #87F2CA

Text Example


Text Example

White with #87F2CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(135,242,202); }

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

background-color css

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

 a { background-color: rgb(135,242,202); }

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

border-color css

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

 span { border-color: rgb(135,242,202); }

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