Shades of Aquamarine #8AF2D3
Tints of Aquamarine #8AF2D3
RGB
CMYK
RGB Variations
Color information
#8AF2D3 (or 0x8AF2D3) is known color: Aquamarine. HEX triplet: 8A, F2 and D3. RGB value is (138,242,211). Sum of RGB (Red+Green+Blue) = 138+242+211=591 (78% of max value = 765). Red value is 138 (54.30% from 255 or 23.35% from 591); Green value is 242 (94.92% from 255 or 40.95% from 591); Blue value is 211 (82.81% from 255 or 35.70% from 591); Max value from RGB is 242 - color contains mainly: green. Hex color #8AF2D3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8AF2D3 is #750D2C. Grayscale: #CFCFCF. Windows color (decimal): -7671085 or 13890186. OLE color: 13890186.
HSL color Cylindrical-coordinate representation of color #8AF2D3: hue angle of 162.12º degrees, saturation: 0.8, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8AF2D3 is Cyan = 0.43, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 138 | 242 | 211 | - |
| CMYK | 0.43 | 0 | 0.13 | 0.05 |
| HSL | 162.12º | 0.8% | 0.75% | - |
| HSV(B) | 162.12º | 0.43% | 0.95% | - |
| XYZ | 53.99 | 73.61 | 72.99 | - |
| YUV | 207.37 | 130.04 | 78.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 242 | 211 | 0.43 | 0 | 0.13 | 0.05 | 162.12 | 0.8 | 0.75 |
| Hex | 8A | F2 | D3 | 2B | 0 | D | 5 | A2 | 50 | 4B |
| Octal | 212 | 362 | 323 | 53 | 0 | 15 | 5 | 242 | 120 | 113 |
| Binary | 10001010 | 11110010 | 11010011 | 101011 | 0 | 1101 | 101 | 10100010 | 1010000 | 1001011 |
Color Harmonies of #8AF2D3
Complementary color
Monochromatic Colors of #8AF2D3
Black with #8AF2D3
Text Example
Text Example
White with #8AF2D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AF2D3; }
p { color: rgb(138,242,211); }
H1.HeaderClassName
{
color: #8AF2D3;
}
.AnyTagClassName
{
color: #8AF2D3;
}
</style>
background-color css
<style>
a { background-color: #8AF2D3; }
a { background-color: rgb(138,242,211); }
div.DivClassName
{
background-color: #8AF2D3;
}
.BgClassName
{
background-color: #8AF2D3;
}
</style>
border-color css
<style>
span { border-color: #8AF2D3; }
span { border-color: rgb(138,242,211); }
td.TdClassName
{
border-color: #8AF2D3;
}
.TagClassName
{
border-color: #8AF2D3;
}
</style>