Shades of Aquamarine #8FF3DB
Tints of Aquamarine #8FF3DB
RGB
CMYK
RGB Variations
Color information
#8FF3DB (or 0x8FF3DB) is known color: Aquamarine. HEX triplet: 8F, F3 and DB. RGB value is (143,243,219). Sum of RGB (Red+Green+Blue) = 143+243+219=605 (80% of max value = 765). Red value is 143 (56.25% from 255 or 23.64% from 605); Green value is 243 (95.31% from 255 or 40.17% from 605); Blue value is 219 (85.94% from 255 or 36.20% from 605); Max value from RGB is 243 - color contains mainly: green. Hex color #8FF3DB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8FF3DB is #700C24. Grayscale: #D2D2D2. Windows color (decimal): -7343141 or 14414735. OLE color: 14414735.
HSL color Cylindrical-coordinate representation of color #8FF3DB: hue angle of 165.6º degrees, saturation: 0.81, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8FF3DB is Cyan = 0.41, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 143 | 243 | 219 | - |
| CMYK | 0.41 | 0 | 0.10 | 0.05 |
| HSL | 165.6º | 0.81% | 0.76% | - |
| HSV(B) | 165.6º | 0.41% | 0.95% | - |
| XYZ | 56.16 | 75.06 | 78.54 | - |
| YUV | 210.36 | 132.87 | 79.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 243 | 219 | 0.41 | 0 | 0.10 | 0.05 | 165.6 | 0.81 | 0.76 |
| Hex | 8F | F3 | DB | 29 | 0 | A | 5 | A6 | 51 | 4C |
| Octal | 217 | 363 | 333 | 51 | 0 | 12 | 5 | 246 | 121 | 114 |
| Binary | 10001111 | 11110011 | 11011011 | 101001 | 0 | 1010 | 101 | 10100110 | 1010001 | 1001100 |
Color Harmonies of #8FF3DB
Complementary color
Monochromatic Colors of #8FF3DB
Black with #8FF3DB
Text Example
Text Example
White with #8FF3DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FF3DB; }
p { color: rgb(143,243,219); }
H1.HeaderClassName
{
color: #8FF3DB;
}
.AnyTagClassName
{
color: #8FF3DB;
}
</style>
background-color css
<style>
a { background-color: #8FF3DB; }
a { background-color: rgb(143,243,219); }
div.DivClassName
{
background-color: #8FF3DB;
}
.BgClassName
{
background-color: #8FF3DB;
}
</style>
border-color css
<style>
span { border-color: #8FF3DB; }
span { border-color: rgb(143,243,219); }
td.TdClassName
{
border-color: #8FF3DB;
}
.TagClassName
{
border-color: #8FF3DB;
}
</style>