Shades of Aquamarine #8AF0C4
Tints of Aquamarine #8AF0C4
RGB
CMYK
RGB Variations
Color information
#8AF0C4 (or 0x8AF0C4) is known color: Aquamarine. HEX triplet: 8A, F0 and C4. RGB value is (138,240,196). Sum of RGB (Red+Green+Blue) = 138+240+196=574 (76% of max value = 765). Red value is 138 (54.30% from 255 or 24.04% from 574); Green value is 240 (94.14% from 255 or 41.81% from 574); Blue value is 196 (76.95% from 255 or 34.15% from 574); Max value from RGB is 240 - color contains mainly: green. Hex color #8AF0C4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8AF0C4 is #750F3B. Grayscale: #CCCCCC. Windows color (decimal): -7671612 or 12906634. OLE color: 12906634.
HSL color Cylindrical-coordinate representation of color #8AF0C4: hue angle of 154.12º 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 #8AF0C4 is Cyan = 0.42, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 138 | 240 | 196 | - |
| CMYK | 0.42 | 0 | 0.18 | 0.06 |
| HSL | 154.12º | 0.77% | 0.74% | - |
| HSV(B) | 154.12º | 0.43% | 0.94% | - |
| XYZ | 51.61 | 71.71 | 63.35 | - |
| YUV | 204.49 | 123.21 | 80.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 240 | 196 | 0.42 | 0 | 0.18 | 0.06 | 154.12 | 0.77 | 0.74 |
| Hex | 8A | F0 | C4 | 2A | 0 | 12 | 6 | 9A | 4D | 4A |
| Octal | 212 | 360 | 304 | 52 | 0 | 22 | 6 | 232 | 115 | 112 |
| Binary | 10001010 | 11110000 | 11000100 | 101010 | 0 | 10010 | 110 | 10011010 | 1001101 | 1001010 |
Color Harmonies of #8AF0C4
Complementary color
Monochromatic Colors of #8AF0C4
Black with #8AF0C4
Text Example
Text Example
White with #8AF0C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AF0C4; }
p { color: rgb(138,240,196); }
H1.HeaderClassName
{
color: #8AF0C4;
}
.AnyTagClassName
{
color: #8AF0C4;
}
</style>
background-color css
<style>
a { background-color: #8AF0C4; }
a { background-color: rgb(138,240,196); }
div.DivClassName
{
background-color: #8AF0C4;
}
.BgClassName
{
background-color: #8AF0C4;
}
</style>
border-color css
<style>
span { border-color: #8AF0C4; }
span { border-color: rgb(138,240,196); }
td.TdClassName
{
border-color: #8AF0C4;
}
.TagClassName
{
border-color: #8AF0C4;
}
</style>