#88F7CD

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

Shades of Aquamarine #88F7CD

Tints of Aquamarine #88F7CD

Color information

#88F7CD (or 0x88F7CD) is unknown color: approx Aquamarine. HEX triplet: 88, F7 and CD. RGB value is (136,247,205). Sum of RGB (Red+Green+Blue) = 136+247+205=588 (77% of max value = 765). Red value is 136 (53.52% from 255 or 23.13% from 588); Green value is 247 (96.88% from 255 or 42.01% from 588); Blue value is 205 (80.47% from 255 or 34.86% from 588); Max value from RGB is 247 - color contains mainly: green. Hex color #88F7CD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #88F7CD is #770832. Grayscale: #D1D1D1. Windows color (decimal): -7800883 or 13498248. OLE color: 13498248.

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

Color convert

RGB136247205-
CMYK0.4500.170.03
HSL157.3º87.4%75.1%-
HSV(B)157.3º44.94%96.86%-
XYZ54.4376.1669.59-
YUV209.02125.7375.92-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 23.13%
GREEN value IS 247 (96.88% from 255) = 42.01%
BLUE value IS 205 (80.47% from 255) = 34.86%
R=23.13%
G=42.01%
B=34.86%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1362472050.4500.170.03157.387.475.1
Hex88F7CD2D01139d574b
Octal210367315550213235127113
Binary100010001111011111001101101101010001111001110110101111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88F7CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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