#88F8D8

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

Shades of Aquamarine #88F8D8

Tints of Aquamarine #88F8D8

Color information

#88F8D8 (or 0x88F8D8) is unknown color: approx Aquamarine. HEX triplet: 88, F8 and D8. RGB value is (136,248,216). Sum of RGB (Red+Green+Blue) = 136+248+216=600 (79% of max value = 765). Red value is 136 (53.52% from 255 or 22.67% from 600); Green value is 248 (97.27% from 255 or 41.33% from 600); Blue value is 216 (84.77% from 255 or 36% from 600); Max value from RGB is 248 - color contains mainly: green. Hex color #88F8D8 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #88F8D8 is #770727. Grayscale: #D2D2D2. Windows color (decimal): -7800616 or 14219400. OLE color: 14219400.

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

Color convert

RGB136248216-
CMYK0.4500.130.03
HSL162.86º88.89%75.29%-
HSV(B)162.86º45.16%97.25%-
XYZ56.1277.3376.93-
YUV210.86130.8974.6-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 22.67%
GREEN value IS 248 (97.27% from 255) = 41.33%
BLUE value IS 216 (84.77% from 255) = 36%
R=22.67%
G=41.33%
B=36%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1362482160.4500.130.03162.8688.8975.29
Hex88F8D82D0D3a3594b
Octal210370330550153243131113
Binary10001000111110001101100010110101101111010001110110011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88F8D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(136,248,216); }

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

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

 a { background-color: rgb(136,248,216); }

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

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

 span { border-color: rgb(136,248,216); }

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