Shades of Aquamarine #88F3D3
Tints of Aquamarine #88F3D3
RGB
CMYK
RGB Variations
Color information
#88F3D3 (or 0x88F3D3) is known color: Aquamarine. HEX triplet: 88, F3 and D3. RGB value is (136,243,211). Sum of RGB (Red+Green+Blue) = 136+243+211=590 (78% of max value = 765). Red value is 136 (53.52% from 255 or 23.05% from 590); Green value is 243 (95.31% from 255 or 41.19% from 590); Blue value is 211 (82.81% from 255 or 35.76% from 590); Max value from RGB is 243 - color contains mainly: green. Hex color #88F3D3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #88F3D3 is #770C2C. Grayscale: #CFCFCF. Windows color (decimal): -7801901 or 13890440. OLE color: 13890440.
HSL color Cylindrical-coordinate representation of color #88F3D3: hue angle of 162.06º degrees, saturation: 0.82, 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 #88F3D3 is Cyan = 0.44, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 136 | 243 | 211 | - |
| CMYK | 0.44 | 0 | 0.13 | 0.05 |
| HSL | 162.06º | 0.82% | 0.74% | - |
| HSV(B) | 162.06º | 0.44% | 0.95% | - |
| XYZ | 53.96 | 74.04 | 73.07 | - |
| YUV | 207.36 | 130.05 | 77.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 243 | 211 | 0.44 | 0 | 0.13 | 0.05 | 162.06 | 0.82 | 0.74 |
| Hex | 88 | F3 | D3 | 2C | 0 | D | 5 | A2 | 52 | 4A |
| Octal | 210 | 363 | 323 | 54 | 0 | 15 | 5 | 242 | 122 | 112 |
| Binary | 10001000 | 11110011 | 11010011 | 101100 | 0 | 1101 | 101 | 10100010 | 1010010 | 1001010 |
Color Harmonies of #88F3D3
Complementary color
Monochromatic Colors of #88F3D3
Black with #88F3D3
Text Example
Text Example
White with #88F3D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88F3D3; }
p { color: rgb(136,243,211); }
H1.HeaderClassName
{
color: #88F3D3;
}
.AnyTagClassName
{
color: #88F3D3;
}
</style>
background-color css
<style>
a { background-color: #88F3D3; }
a { background-color: rgb(136,243,211); }
div.DivClassName
{
background-color: #88F3D3;
}
.BgClassName
{
background-color: #88F3D3;
}
</style>
border-color css
<style>
span { border-color: #88F3D3; }
span { border-color: rgb(136,243,211); }
td.TdClassName
{
border-color: #88F3D3;
}
.TagClassName
{
border-color: #88F3D3;
}
</style>