Shades of Aquamarine #95FAE6
Tints of Aquamarine #95FAE6
RGB
CMYK
RGB Variations
Color information
#95FAE6 (or 0x95FAE6) is known color: Aquamarine. HEX triplet: 95, FA and E6. RGB value is (149,250,230). Sum of RGB (Red+Green+Blue) = 149+250+230=629 (83% of max value = 765). Red value is 149 (58.59% from 255 or 23.69% from 629); Green value is 250 (98.05% from 255 or 39.75% from 629); Blue value is 230 (90.23% from 255 or 36.57% from 629); Max value from RGB is 250 - color contains mainly: green. Hex color #95FAE6 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #95FAE6 is #6A0519. Grayscale: #D9D9D9. Windows color (decimal): -6948122 or 15137429. OLE color: 15137429.
HSL color Cylindrical-coordinate representation of color #95FAE6: hue angle of 168.12º 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 #95FAE6 is Cyan = 0.40, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 149 | 250 | 230 | - |
| CMYK | 0.40 | 0 | 0.08 | 0.02 |
| HSL | 168.12º | 0.91% | 0.78% | - |
| HSV(B) | 168.12º | 0.4% | 0.98% | - |
| XYZ | 60.86 | 80.47 | 87.19 | - |
| YUV | 217.52 | 135.04 | 79.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 250 | 230 | 0.40 | 0 | 0.08 | 0.02 | 168.12 | 0.91 | 0.78 |
| Hex | 95 | FA | E6 | 28 | 0 | 8 | 2 | A8 | 5B | 4E |
| Octal | 225 | 372 | 346 | 50 | 0 | 10 | 2 | 250 | 133 | 116 |
| Binary | 10010101 | 11111010 | 11100110 | 101000 | 0 | 1000 | 10 | 10101000 | 1011011 | 1001110 |
Color Harmonies of #95FAE6
Complementary color
Monochromatic Colors of #95FAE6
Black with #95FAE6
Text Example
Text Example
White with #95FAE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95FAE6; }
p { color: rgb(149,250,230); }
H1.HeaderClassName
{
color: #95FAE6;
}
.AnyTagClassName
{
color: #95FAE6;
}
</style>
background-color css
<style>
a { background-color: #95FAE6; }
a { background-color: rgb(149,250,230); }
div.DivClassName
{
background-color: #95FAE6;
}
.BgClassName
{
background-color: #95FAE6;
}
</style>
border-color css
<style>
span { border-color: #95FAE6; }
span { border-color: rgb(149,250,230); }
td.TdClassName
{
border-color: #95FAE6;
}
.TagClassName
{
border-color: #95FAE6;
}
</style>