Shades of Aquamarine #8CFAD2
Tints of Aquamarine #8CFAD2
RGB
CMYK
RGB Variations
Color information
#8CFAD2 (or 0x8CFAD2) is known color: Aquamarine. HEX triplet: 8C, FA and D2. RGB value is (140,250,210). Sum of RGB (Red+Green+Blue) = 140+250+210=600 (79% of max value = 765). Red value is 140 (55.08% from 255 or 23.33% from 600); Green value is 250 (98.05% from 255 or 41.67% from 600); Blue value is 210 (82.42% from 255 or 35% from 600); Max value from RGB is 250 - color contains mainly: green. Hex color #8CFAD2 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8CFAD2 is #73052D. Grayscale: #D4D4D4. Windows color (decimal): -7537966 or 13826700. OLE color: 13826700.
HSL color Cylindrical-coordinate representation of color #8CFAD2: hue angle of 158.18º degrees, saturation: 0.92, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8CFAD2 is Cyan = 0.44, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 140 | 250 | 210 | - |
| CMYK | 0.44 | 0 | 0.16 | 0.02 |
| HSL | 158.18º | 0.92% | 0.76% | - |
| HSV(B) | 158.18º | 0.44% | 0.98% | - |
| XYZ | 56.63 | 78.6 | 73.16 | - |
| YUV | 212.55 | 126.56 | 76.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 250 | 210 | 0.44 | 0 | 0.16 | 0.02 | 158.18 | 0.92 | 0.76 |
| Hex | 8C | FA | D2 | 2C | 0 | 10 | 2 | 9E | 5C | 4C |
| Octal | 214 | 372 | 322 | 54 | 0 | 20 | 2 | 236 | 134 | 114 |
| Binary | 10001100 | 11111010 | 11010010 | 101100 | 0 | 10000 | 10 | 10011110 | 1011100 | 1001100 |
Color Harmonies of #8CFAD2
Complementary color
Monochromatic Colors of #8CFAD2
Black with #8CFAD2
Text Example
Text Example
White with #8CFAD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CFAD2; }
p { color: rgb(140,250,210); }
H1.HeaderClassName
{
color: #8CFAD2;
}
.AnyTagClassName
{
color: #8CFAD2;
}
</style>
background-color css
<style>
a { background-color: #8CFAD2; }
a { background-color: rgb(140,250,210); }
div.DivClassName
{
background-color: #8CFAD2;
}
.BgClassName
{
background-color: #8CFAD2;
}
</style>
border-color css
<style>
span { border-color: #8CFAD2; }
span { border-color: rgb(140,250,210); }
td.TdClassName
{
border-color: #8CFAD2;
}
.TagClassName
{
border-color: #8CFAD2;
}
</style>