Shades of Aquamarine #8AFCC2
Tints of Aquamarine #8AFCC2
RGB
CMYK
RGB Variations
Color information
#8AFCC2 (or 0x8AFCC2) is known color: Aquamarine. HEX triplet: 8A, FC and C2. RGB value is (138,252,194). Sum of RGB (Red+Green+Blue) = 138+252+194=584 (77% of max value = 765). Red value is 138 (54.30% from 255 or 23.63% from 584); Green value is 252 (98.83% from 255 or 43.15% from 584); Blue value is 194 (76.17% from 255 or 33.22% from 584); Max value from RGB is 252 - color contains mainly: green. Hex color #8AFCC2 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8AFCC2 is #75033D. Grayscale: #D3D3D3. Windows color (decimal): -7668542 or 12778634. OLE color: 12778634.
HSL color Cylindrical-coordinate representation of color #8AFCC2: hue angle of 149.47º degrees, saturation: 0.95, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8AFCC2 is Cyan = 0.45, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 138 | 252 | 194 | - |
| CMYK | 0.45 | 0 | 0.23 | 0.01 |
| HSL | 149.47º | 0.95% | 0.76% | - |
| HSV(B) | 149.47º | 0.45% | 0.99% | - |
| XYZ | 55.03 | 78.92 | 63.37 | - |
| YUV | 211.3 | 118.23 | 75.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 252 | 194 | 0.45 | 0 | 0.23 | 0.01 | 149.47 | 0.95 | 0.76 |
| Hex | 8A | FC | C2 | 2D | 0 | 17 | 1 | 95 | 5F | 4C |
| Octal | 212 | 374 | 302 | 55 | 0 | 27 | 1 | 225 | 137 | 114 |
| Binary | 10001010 | 11111100 | 11000010 | 101101 | 0 | 10111 | 1 | 10010101 | 1011111 | 1001100 |
Color Harmonies of #8AFCC2
Complementary color
Monochromatic Colors of #8AFCC2
Black with #8AFCC2
Text Example
Text Example
White with #8AFCC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AFCC2; }
p { color: rgb(138,252,194); }
H1.HeaderClassName
{
color: #8AFCC2;
}
.AnyTagClassName
{
color: #8AFCC2;
}
</style>
background-color css
<style>
a { background-color: #8AFCC2; }
a { background-color: rgb(138,252,194); }
div.DivClassName
{
background-color: #8AFCC2;
}
.BgClassName
{
background-color: #8AFCC2;
}
</style>
border-color css
<style>
span { border-color: #8AFCC2; }
span { border-color: rgb(138,252,194); }
td.TdClassName
{
border-color: #8AFCC2;
}
.TagClassName
{
border-color: #8AFCC2;
}
</style>