#88F8D4

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

Shades of Aquamarine #88F8D4

Tints of Aquamarine #88F8D4

Color information

#88F8D4 (or 0x88F8D4) is unknown color: approx Aquamarine. HEX triplet: 88, F8 and D4. RGB value is (136,248,212). Sum of RGB (Red+Green+Blue) = 136+248+212=596 (78% of max value = 765). Red value is 136 (53.52% from 255 or 22.82% from 596); Green value is 248 (97.27% from 255 or 41.61% from 596); Blue value is 212 (83.20% from 255 or 35.57% from 596); Max value from RGB is 248 - color contains mainly: green. Hex color #88F8D4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #88F8D4 is #77072B. Grayscale: #D2D2D2. Windows color (decimal): -7800620 or 13957256. OLE color: 13957256.

HSL color Cylindrical-coordinate representation of color #88F8D4: hue angle of 160.71º 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 #88F8D4 is Cyan = 0.45, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.03.

Color convert

RGB136248212-
CMYK0.4500.150.03
HSL160.71º88.89%75.29%-
HSV(B)160.71º45.16%97.25%-
XYZ55.677.1274.24-
YUV210.41128.8974.93-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 22.82%
GREEN value IS 248 (97.27% from 255) = 41.61%
BLUE value IS 212 (83.20% from 255) = 35.57%
R=22.82%
G=41.61%
B=35.57%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1362482120.4500.150.03160.7188.8975.29
Hex88F8D42D0F3a1594b
Octal210370324550173241131113
Binary10001000111110001101010010110101111111010000110110011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88F8D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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