#88F7D5

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

Shades of Aquamarine #88F7D5

Tints of Aquamarine #88F7D5

Color information

#88F7D5 (or 0x88F7D5) is unknown color: approx Aquamarine. HEX triplet: 88, F7 and D5. RGB value is (136,247,213). Sum of RGB (Red+Green+Blue) = 136+247+213=596 (78% of max value = 765). Red value is 136 (53.52% from 255 or 22.82% from 596); Green value is 247 (96.88% from 255 or 41.44% from 596); Blue value is 213 (83.59% from 255 or 35.74% from 596); Max value from RGB is 247 - color contains mainly: green. Hex color #88F7D5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #88F7D5 is #77082A. Grayscale: #D1D1D1. Windows color (decimal): -7800875 or 14022536. OLE color: 14022536.

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

Color convert

RGB136247213-
CMYK0.4500.140.03
HSL161.62º87.4%75.1%-
HSV(B)161.62º44.94%96.86%-
XYZ55.4276.5674.81-
YUV209.94129.7375.26-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 22.82%
GREEN value IS 247 (96.88% from 255) = 41.44%
BLUE value IS 213 (83.59% from 255) = 35.74%
R=22.82%
G=41.44%
B=35.74%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1362472130.4500.140.03161.6287.475.1
Hex88F7D52D0E3a2574b
Octal210367325550163242127113
Binary10001000111101111101010110110101110111010001010101111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88F7D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(136,247,213); }

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

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

 a { background-color: rgb(136,247,213); }

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

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

 span { border-color: rgb(136,247,213); }

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