Shades of Aquamarine #88FCCD
Tints of Aquamarine #88FCCD
RGB
CMYK
RGB Variations
Color information
#88FCCD (or 0x88FCCD) is known color: Aquamarine. HEX triplet: 88, FC and CD. RGB value is (136,252,205). Sum of RGB (Red+Green+Blue) = 136+252+205=593 (78% of max value = 765). Red value is 136 (53.52% from 255 or 22.93% from 593); Green value is 252 (98.83% from 255 or 42.50% from 593); Blue value is 205 (80.47% from 255 or 34.57% from 593); Max value from RGB is 252 - color contains mainly: green. Hex color #88FCCD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #88FCCD is #770332. Grayscale: #D4D4D4. Windows color (decimal): -7799603 or 13499528. OLE color: 13499528.
HSL color Cylindrical-coordinate representation of color #88FCCD: hue angle of 155.69º degrees, saturation: 0.95, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #88FCCD is Cyan = 0.46, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 136 | 252 | 205 | - |
| CMYK | 0.46 | 0 | 0.19 | 0.01 |
| HSL | 155.69º | 0.95% | 0.76% | - |
| HSV(B) | 155.69º | 0.46% | 0.99% | - |
| XYZ | 55.98 | 79.26 | 70.11 | - |
| YUV | 211.96 | 124.07 | 73.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 252 | 205 | 0.46 | 0 | 0.19 | 0.01 | 155.69 | 0.95 | 0.76 |
| Hex | 88 | FC | CD | 2E | 0 | 13 | 1 | 9C | 5F | 4C |
| Octal | 210 | 374 | 315 | 56 | 0 | 23 | 1 | 234 | 137 | 114 |
| Binary | 10001000 | 11111100 | 11001101 | 101110 | 0 | 10011 | 1 | 10011100 | 1011111 | 1001100 |
Color Harmonies of #88FCCD
Complementary color
Monochromatic Colors of #88FCCD
Black with #88FCCD
Text Example
Text Example
White with #88FCCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88FCCD; }
p { color: rgb(136,252,205); }
H1.HeaderClassName
{
color: #88FCCD;
}
.AnyTagClassName
{
color: #88FCCD;
}
</style>
background-color css
<style>
a { background-color: #88FCCD; }
a { background-color: rgb(136,252,205); }
div.DivClassName
{
background-color: #88FCCD;
}
.BgClassName
{
background-color: #88FCCD;
}
</style>
border-color css
<style>
span { border-color: #88FCCD; }
span { border-color: rgb(136,252,205); }
td.TdClassName
{
border-color: #88FCCD;
}
.TagClassName
{
border-color: #88FCCD;
}
</style>