#88FED7

Color #88FED7 Aquamarine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Aquamarine #88FED7

Tints of Aquamarine #88FED7

Color information

#88FED7 (or 0x88FED7) is unknown color: approx Aquamarine. HEX triplet: 88, FE and D7. RGB value is (136,254,215). Sum of RGB (Red+Green+Blue) = 136+254+215=605 (80% of max value = 765). Red value is 136 (53.52% from 255 or 22.48% from 605); Green value is 254 (99.61% from 255 or 41.98% from 605); Blue value is 215 (84.38% from 255 or 35.54% from 605); Max value from RGB is 254 - color contains mainly: green. Hex color #88FED7 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #88FED7 is #770128. Grayscale: #D6D6D6. Windows color (decimal): -7799081 or 14155400. OLE color: 14155400.

HSL color Cylindrical-coordinate representation of color #88FED7: hue angle of 160.17º degrees, saturation: 0.98, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #88FED7 is Cyan = 0.46, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.00.

Color convert

RGB136254215-
CMYK0.4600.150.00
HSL160.17º98.33%76.47%-
HSV(B)160.17º46.46%99.61%-
XYZ57.8681.0276.88-
YUV214.27128.4172.17-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 22.48%
GREEN value IS 254 (99.61% from 255) = 41.98%
BLUE value IS 215 (84.38% from 255) = 35.54%
R=22.48%
G=41.98%
B=35.54%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1362542150.4600.150.00160.1798.3376.47
Hex88FED72E0F0a0624c
Octal210376327560170240142114
Binary1000100011111110110101111011100111101010000011000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88FED7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #88FED7; }

 p { color: rgb(136,254,215); }

 H1.HeaderClassName
 {
   color: #88FED7;
 }
 .AnyTagClassName
 {
   color: #88FED7;
 }
</style>
background-color css

<style>
 a { background-color: #88FED7; }

 a { background-color: rgb(136,254,215); }

 div.DivClassName
 {
   background-color: #88FED7;
 }
 .BgClassName
 {
   background-color: #88FED7;
 }
</style>
border-color css

<style>
 span { border-color: #88FED7; }

 span { border-color: rgb(136,254,215); }

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