Shades of Aquamarine #8AEFD2
Tints of Aquamarine #8AEFD2
RGB
CMYK
RGB Variations
Color information
#8AEFD2 (or 0x8AEFD2) is known color: Aquamarine. HEX triplet: 8A, EF and D2. RGB value is (138,239,210). Sum of RGB (Red+Green+Blue) = 138+239+210=587 (77% of max value = 765). Red value is 138 (54.30% from 255 or 23.51% from 587); Green value is 239 (93.75% from 255 or 40.72% from 587); Blue value is 210 (82.42% from 255 or 35.78% from 587); Max value from RGB is 239 - color contains mainly: green. Hex color #8AEFD2 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8AEFD2 is #75102D. Grayscale: #CDCDCD. Windows color (decimal): -7671854 or 13823882. OLE color: 13823882.
HSL color Cylindrical-coordinate representation of color #8AEFD2: hue angle of 162.77º degrees, saturation: 0.76, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8AEFD2 is Cyan = 0.42, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 138 | 239 | 210 | - |
| CMYK | 0.42 | 0 | 0.12 | 0.06 |
| HSL | 162.77º | 0.76% | 0.74% | - |
| HSV(B) | 162.77º | 0.42% | 0.94% | - |
| XYZ | 52.98 | 71.79 | 72.04 | - |
| YUV | 205.5 | 130.54 | 79.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 239 | 210 | 0.42 | 0 | 0.12 | 0.06 | 162.77 | 0.76 | 0.74 |
| Hex | 8A | EF | D2 | 2A | 0 | C | 6 | A3 | 4C | 4A |
| Octal | 212 | 357 | 322 | 52 | 0 | 14 | 6 | 243 | 114 | 112 |
| Binary | 10001010 | 11101111 | 11010010 | 101010 | 0 | 1100 | 110 | 10100011 | 1001100 | 1001010 |
Color Harmonies of #8AEFD2
Complementary color
Monochromatic Colors of #8AEFD2
Black with #8AEFD2
Text Example
Text Example
White with #8AEFD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AEFD2; }
p { color: rgb(138,239,210); }
H1.HeaderClassName
{
color: #8AEFD2;
}
.AnyTagClassName
{
color: #8AEFD2;
}
</style>
background-color css
<style>
a { background-color: #8AEFD2; }
a { background-color: rgb(138,239,210); }
div.DivClassName
{
background-color: #8AEFD2;
}
.BgClassName
{
background-color: #8AEFD2;
}
</style>
border-color css
<style>
span { border-color: #8AEFD2; }
span { border-color: rgb(138,239,210); }
td.TdClassName
{
border-color: #8AEFD2;
}
.TagClassName
{
border-color: #8AEFD2;
}
</style>