Shades of Aquamarine #8FFAD2
Tints of Aquamarine #8FFAD2
RGB
CMYK
RGB Variations
Color information
#8FFAD2 (or 0x8FFAD2) is known color: Aquamarine. HEX triplet: 8F, FA and D2. RGB value is (143,250,210). Sum of RGB (Red+Green+Blue) = 143+250+210=603 (79% of max value = 765). Red value is 143 (56.25% from 255 or 23.71% from 603); Green value is 250 (98.05% from 255 or 41.46% from 603); Blue value is 210 (82.42% from 255 or 34.83% from 603); Max value from RGB is 250 - color contains mainly: green. Hex color #8FFAD2 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8FFAD2 is #70052D. Grayscale: #D5D5D5. Windows color (decimal): -7341358 or 13826703. OLE color: 13826703.
HSL color Cylindrical-coordinate representation of color #8FFAD2: hue angle of 157.57º degrees, saturation: 0.91, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8FFAD2 is Cyan = 0.43, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 143 | 250 | 210 | - |
| CMYK | 0.43 | 0 | 0.16 | 0.02 |
| HSL | 157.57º | 0.91% | 0.77% | - |
| HSV(B) | 157.57º | 0.43% | 0.98% | - |
| XYZ | 57.15 | 78.86 | 73.18 | - |
| YUV | 213.45 | 126.05 | 77.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 250 | 210 | 0.43 | 0 | 0.16 | 0.02 | 157.57 | 0.91 | 0.77 |
| Hex | 8F | FA | D2 | 2B | 0 | 10 | 2 | 9E | 5B | 4D |
| Octal | 217 | 372 | 322 | 53 | 0 | 20 | 2 | 236 | 133 | 115 |
| Binary | 10001111 | 11111010 | 11010010 | 101011 | 0 | 10000 | 10 | 10011110 | 1011011 | 1001101 |
Color Harmonies of #8FFAD2
Complementary color
Monochromatic Colors of #8FFAD2
Black with #8FFAD2
Text Example
Text Example
White with #8FFAD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FFAD2; }
p { color: rgb(143,250,210); }
H1.HeaderClassName
{
color: #8FFAD2;
}
.AnyTagClassName
{
color: #8FFAD2;
}
</style>
background-color css
<style>
a { background-color: #8FFAD2; }
a { background-color: rgb(143,250,210); }
div.DivClassName
{
background-color: #8FFAD2;
}
.BgClassName
{
background-color: #8FFAD2;
}
</style>
border-color css
<style>
span { border-color: #8FFAD2; }
span { border-color: rgb(143,250,210); }
td.TdClassName
{
border-color: #8FFAD2;
}
.TagClassName
{
border-color: #8FFAD2;
}
</style>