Shades of Aquamarine #8AF0C2
Tints of Aquamarine #8AF0C2
RGB
CMYK
RGB Variations
Color information
#8AF0C2 (or 0x8AF0C2) is known color: Aquamarine. HEX triplet: 8A, F0 and C2. RGB value is (138,240,194). Sum of RGB (Red+Green+Blue) = 138+240+194=572 (75% of max value = 765). Red value is 138 (54.30% from 255 or 24.13% from 572); Green value is 240 (94.14% from 255 or 41.96% from 572); Blue value is 194 (76.17% from 255 or 33.92% from 572); Max value from RGB is 240 - color contains mainly: green. Hex color #8AF0C2 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8AF0C2 is #750F3D. Grayscale: #CCCCCC. Windows color (decimal): -7671614 or 12775562. OLE color: 12775562.
HSL color Cylindrical-coordinate representation of color #8AF0C2: hue angle of 152.94º degrees, saturation: 0.77, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8AF0C2 is Cyan = 0.42, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 138 | 240 | 194 | - |
| CMYK | 0.42 | 0 | 0.19 | 0.06 |
| HSL | 152.94º | 0.77% | 0.74% | - |
| HSV(B) | 152.94º | 0.43% | 0.94% | - |
| XYZ | 51.38 | 71.62 | 62.15 | - |
| YUV | 204.26 | 122.21 | 80.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 240 | 194 | 0.42 | 0 | 0.19 | 0.06 | 152.94 | 0.77 | 0.74 |
| Hex | 8A | F0 | C2 | 2A | 0 | 13 | 6 | 99 | 4D | 4A |
| Octal | 212 | 360 | 302 | 52 | 0 | 23 | 6 | 231 | 115 | 112 |
| Binary | 10001010 | 11110000 | 11000010 | 101010 | 0 | 10011 | 110 | 10011001 | 1001101 | 1001010 |
Color Harmonies of #8AF0C2
Complementary color
Monochromatic Colors of #8AF0C2
Black with #8AF0C2
Text Example
Text Example
White with #8AF0C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AF0C2; }
p { color: rgb(138,240,194); }
H1.HeaderClassName
{
color: #8AF0C2;
}
.AnyTagClassName
{
color: #8AF0C2;
}
</style>
background-color css
<style>
a { background-color: #8AF0C2; }
a { background-color: rgb(138,240,194); }
div.DivClassName
{
background-color: #8AF0C2;
}
.BgClassName
{
background-color: #8AF0C2;
}
</style>
border-color css
<style>
span { border-color: #8AF0C2; }
span { border-color: rgb(138,240,194); }
td.TdClassName
{
border-color: #8AF0C2;
}
.TagClassName
{
border-color: #8AF0C2;
}
</style>