Shades of Aquamarine #8AEDDF
Tints of Aquamarine #8AEDDF
RGB
CMYK
RGB Variations
Color information
#8AEDDF (or 0x8AEDDF) is known color: Aquamarine. HEX triplet: 8A, ED and DF. RGB value is (138,237,223). Sum of RGB (Red+Green+Blue) = 138+237+223=598 (79% of max value = 765). Red value is 138 (54.30% from 255 or 23.08% from 598); Green value is 237 (92.97% from 255 or 39.63% from 598); Blue value is 223 (87.5% from 255 or 37.29% from 598); Max value from RGB is 237 - color contains mainly: green. Hex color #8AEDDF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8AEDDF is #751220. Grayscale: #CDCDCD. Windows color (decimal): -7672353 or 14675338. OLE color: 14675338.
HSL color Cylindrical-coordinate representation of color #8AEDDF: hue angle of 171.52º degrees, saturation: 0.73, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8AEDDF is Cyan = 0.42, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 138 | 237 | 223 | - |
| CMYK | 0.42 | 0 | 0.06 | 0.07 |
| HSL | 171.52º | 0.73% | 0.74% | - |
| HSV(B) | 171.52º | 0.42% | 0.93% | - |
| XYZ | 54.08 | 71.3 | 80.72 | - |
| YUV | 205.8 | 137.7 | 79.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 237 | 223 | 0.42 | 0 | 0.06 | 0.07 | 171.52 | 0.73 | 0.74 |
| Hex | 8A | ED | DF | 2A | 0 | 6 | 7 | AC | 49 | 4A |
| Octal | 212 | 355 | 337 | 52 | 0 | 6 | 7 | 254 | 111 | 112 |
| Binary | 10001010 | 11101101 | 11011111 | 101010 | 0 | 110 | 111 | 10101100 | 1001001 | 1001010 |
Color Harmonies of #8AEDDF
Complementary color
Monochromatic Colors of #8AEDDF
Black with #8AEDDF
Text Example
Text Example
White with #8AEDDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AEDDF; }
p { color: rgb(138,237,223); }
H1.HeaderClassName
{
color: #8AEDDF;
}
.AnyTagClassName
{
color: #8AEDDF;
}
</style>
background-color css
<style>
a { background-color: #8AEDDF; }
a { background-color: rgb(138,237,223); }
div.DivClassName
{
background-color: #8AEDDF;
}
.BgClassName
{
background-color: #8AEDDF;
}
</style>
border-color css
<style>
span { border-color: #8AEDDF; }
span { border-color: rgb(138,237,223); }
td.TdClassName
{
border-color: #8AEDDF;
}
.TagClassName
{
border-color: #8AEDDF;
}
</style>