Html Css Color HEX #87F2CF Aquamarine

📋 copy color: '#87F2CF'

red 135 ◦ green 242 ◦ blue 207

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

Shades of Aquamarine #87F2CF

Tints of Aquamarine #87F2CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 35.45%

R = 23.12%
G = 41.44%
B = 35.45%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.14

 K value IS 0.05

RGB Variations

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

Color information

#87F2CF (or 0x87F2CF) is known color: Aquamarine. HEX triplet: 87, F2 and CF. RGB value is (135,242,207). Sum of RGB (Red+Green+Blue) = 135+242+207=584 (77% of max value = 765). Red value is 135 (53.12% from 255 or 23.12% from 584); Green value is 242 (94.92% from 255 or 41.44% from 584); Blue value is 207 (81.25% from 255 or 35.45% from 584); Max value from RGB is 242 - color contains mainly: green. Hex color #87F2CF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #87F2CF is #780D30. Grayscale: #CECECE. Windows color (decimal): -7867697 or 13628039. OLE color: 13628039.

HSL color Cylindrical-coordinate representation of color #87F2CF: hue angle of 160.37º 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 #87F2CF is Cyan = 0.44, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.05.

Color convert

RGB 135 242 207 -
CMYK 0.44 0 0.14 0.05
HSL 160.37º 0.8% 0.74% -
HSV(B) 160.37º 0.44% 0.95% -
XYZ 53.01 73.16 70.36 -
YUV 206.02 128.55 77.35 -
System Red Green Blue C M Y K H S L
Decimal 135 242 207 0.44 0 0.14 0.05 160.37 0.8 0.74
Hex 87 F2 CF 2C 0 E 5 A0 50 4A
Octal 207 362 317 54 0 16 5 240 120 112
Binary 10000111 11110010 11001111 101100 0 1110 101 10100000 1010000 1001010

Color Harmonies of #87F2CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87F2CF

Black with #87F2CF

Text Example


Text Example

White with #87F2CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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