Shades of Aquamarine #88F1CC
Tints of Aquamarine #88F1CC
RGB
CMYK
RGB Variations
Color information
#88F1CC (or 0x88F1CC) is known color: Aquamarine. HEX triplet: 88, F1 and CC. RGB value is (136,241,204). Sum of RGB (Red+Green+Blue) = 136+241+204=581 (76% of max value = 765). Red value is 136 (53.52% from 255 or 23.41% from 581); Green value is 241 (94.53% from 255 or 41.48% from 581); Blue value is 204 (80.08% from 255 or 35.11% from 581); Max value from RGB is 241 - color contains mainly: green. Hex color #88F1CC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #88F1CC is #770E33. Grayscale: #CDCDCD. Windows color (decimal): -7802420 or 13431176. OLE color: 13431176.
HSL color Cylindrical-coordinate representation of color #88F1CC: hue angle of 158.86º degrees, saturation: 0.79, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #88F1CC is Cyan = 0.44, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 136 | 241 | 204 | - |
| CMYK | 0.44 | 0 | 0.15 | 0.05 |
| HSL | 158.86º | 0.79% | 0.74% | - |
| HSV(B) | 158.86º | 0.44% | 0.95% | - |
| XYZ | 52.51 | 72.5 | 68.35 | - |
| YUV | 205.39 | 127.21 | 78.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 241 | 204 | 0.44 | 0 | 0.15 | 0.05 | 158.86 | 0.79 | 0.74 |
| Hex | 88 | F1 | CC | 2C | 0 | F | 5 | 9F | 4F | 4A |
| Octal | 210 | 361 | 314 | 54 | 0 | 17 | 5 | 237 | 117 | 112 |
| Binary | 10001000 | 11110001 | 11001100 | 101100 | 0 | 1111 | 101 | 10011111 | 1001111 | 1001010 |
Color Harmonies of #88F1CC
Complementary color
Monochromatic Colors of #88F1CC
Black with #88F1CC
Text Example
Text Example
White with #88F1CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88F1CC; }
p { color: rgb(136,241,204); }
H1.HeaderClassName
{
color: #88F1CC;
}
.AnyTagClassName
{
color: #88F1CC;
}
</style>
background-color css
<style>
a { background-color: #88F1CC; }
a { background-color: rgb(136,241,204); }
div.DivClassName
{
background-color: #88F1CC;
}
.BgClassName
{
background-color: #88F1CC;
}
</style>
border-color css
<style>
span { border-color: #88F1CC; }
span { border-color: rgb(136,241,204); }
td.TdClassName
{
border-color: #88F1CC;
}
.TagClassName
{
border-color: #88F1CC;
}
</style>