Shades of Aquamarine #95FAE7
Tints of Aquamarine #95FAE7
RGB
CMYK
RGB Variations
Color information
#95FAE7 (or 0x95FAE7) is known color: Aquamarine. HEX triplet: 95, FA and E7. RGB value is (149,250,231). Sum of RGB (Red+Green+Blue) = 149+250+231=630 (83% of max value = 765). Red value is 149 (58.59% from 255 or 23.65% from 630); Green value is 250 (98.05% from 255 or 39.68% from 630); Blue value is 231 (90.62% from 255 or 36.67% from 630); Max value from RGB is 250 - color contains mainly: green. Hex color #95FAE7 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #95FAE7 is #6A0518. Grayscale: #D9D9D9. Windows color (decimal): -6948121 or 15202965. OLE color: 15202965.
HSL color Cylindrical-coordinate representation of color #95FAE7: hue angle of 168.71º degrees, saturation: 0.91, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #95FAE7 is Cyan = 0.40, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 149 | 250 | 231 | - |
| CMYK | 0.40 | 0 | 0.08 | 0.02 |
| HSL | 168.71º | 0.91% | 0.78% | - |
| HSV(B) | 168.71º | 0.4% | 0.98% | - |
| XYZ | 61 | 80.53 | 87.93 | - |
| YUV | 217.64 | 135.54 | 79.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 250 | 231 | 0.40 | 0 | 0.08 | 0.02 | 168.71 | 0.91 | 0.78 |
| Hex | 95 | FA | E7 | 28 | 0 | 8 | 2 | A9 | 5B | 4E |
| Octal | 225 | 372 | 347 | 50 | 0 | 10 | 2 | 251 | 133 | 116 |
| Binary | 10010101 | 11111010 | 11100111 | 101000 | 0 | 1000 | 10 | 10101001 | 1011011 | 1001110 |
Color Harmonies of #95FAE7
Complementary color
Monochromatic Colors of #95FAE7
Black with #95FAE7
Text Example
Text Example
White with #95FAE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95FAE7; }
p { color: rgb(149,250,231); }
H1.HeaderClassName
{
color: #95FAE7;
}
.AnyTagClassName
{
color: #95FAE7;
}
</style>
background-color css
<style>
a { background-color: #95FAE7; }
a { background-color: rgb(149,250,231); }
div.DivClassName
{
background-color: #95FAE7;
}
.BgClassName
{
background-color: #95FAE7;
}
</style>
border-color css
<style>
span { border-color: #95FAE7; }
span { border-color: rgb(149,250,231); }
td.TdClassName
{
border-color: #95FAE7;
}
.TagClassName
{
border-color: #95FAE7;
}
</style>