Html Css Color HEX #87F0CB Aquamarine

📋 copy color: '#87F0CB'

red 135 ◦ green 240 ◦ blue 203

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

Shades of Aquamarine #87F0CB

Tints of Aquamarine #87F0CB

RGB

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

 GREEN value IS 240 (94.14% from 255) = 41.52%

 BLUE value IS 203 (79.69% from 255) = 35.12%

R = 23.36%
G = 41.52%
B = 35.12%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.15

 K value IS 0.06

RGB Variations

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

Color information

#87F0CB (or 0x87F0CB) is known color: Aquamarine. HEX triplet: 87, F0 and CB. RGB value is (135,240,203). Sum of RGB (Red+Green+Blue) = 135+240+203=578 (76% of max value = 765). Red value is 135 (53.12% from 255 or 23.36% from 578); Green value is 240 (94.14% from 255 or 41.52% from 578); Blue value is 203 (79.69% from 255 or 35.12% from 578); Max value from RGB is 240 - color contains mainly: green. Hex color #87F0CB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #87F0CB is #780F34. Grayscale: #CCCCCC. Windows color (decimal): -7868213 or 13365383. OLE color: 13365383.

HSL color Cylindrical-coordinate representation of color #87F0CB: hue angle of 158.86º degrees, saturation: 0.78, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #87F0CB is Cyan = 0.44, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.06.

Color convert

RGB 135 240 203 -
CMYK 0.44 0 0.15 0.06
HSL 158.86º 0.78% 0.74% -
HSV(B) 158.86º 0.44% 0.94% -
XYZ 51.93 71.78 67.62 -
YUV 204.39 127.21 78.51 -
System Red Green Blue C M Y K H S L
Decimal 135 240 203 0.44 0 0.15 0.06 158.86 0.78 0.74
Hex 87 F0 CB 2C 0 F 6 9F 4E 4A
Octal 207 360 313 54 0 17 6 237 116 112
Binary 10000111 11110000 11001011 101100 0 1111 110 10011111 1001110 1001010

Color Harmonies of #87F0CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87F0CB

Black with #87F0CB

Text Example


Text Example

White with #87F0CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(135,240,203); }

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

background-color css

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

 a { background-color: rgb(135,240,203); }

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

border-color css

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

 span { border-color: rgb(135,240,203); }

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