Shades of Aquamarine #95FDE9
Tints of Aquamarine #95FDE9
RGB
CMYK
RGB Variations
Color information
#95FDE9 (or 0x95FDE9) is known color: Aquamarine. HEX triplet: 95, FD and E9. RGB value is (149,253,233). Sum of RGB (Red+Green+Blue) = 149+253+233=635 (84% of max value = 765). Red value is 149 (58.59% from 255 or 23.46% from 635); Green value is 253 (99.22% from 255 or 39.84% from 635); Blue value is 233 (91.41% from 255 or 36.69% from 635); Max value from RGB is 253 - color contains mainly: green. Hex color #95FDE9 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #95FDE9 is #6A0216. Grayscale: #DBDBDB. Windows color (decimal): -6947351 or 15334805. OLE color: 15334805.
HSL color Cylindrical-coordinate representation of color #95FDE9: hue angle of 168.46º degrees, saturation: 0.96, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #95FDE9 is Cyan = 0.41, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 149 | 253 | 233 | - |
| CMYK | 0.41 | 0 | 0.08 | 0.01 |
| HSL | 168.46º | 0.96% | 0.79% | - |
| HSV(B) | 168.46º | 0.41% | 0.99% | - |
| XYZ | 62.23 | 82.52 | 89.74 | - |
| YUV | 219.62 | 135.54 | 77.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 253 | 233 | 0.41 | 0 | 0.08 | 0.01 | 168.46 | 0.96 | 0.79 |
| Hex | 95 | FD | E9 | 29 | 0 | 8 | 1 | A8 | 60 | 4F |
| Octal | 225 | 375 | 351 | 51 | 0 | 10 | 1 | 250 | 140 | 117 |
| Binary | 10010101 | 11111101 | 11101001 | 101001 | 0 | 1000 | 1 | 10101000 | 1100000 | 1001111 |
Color Harmonies of #95FDE9
Complementary color
Monochromatic Colors of #95FDE9
Black with #95FDE9
Text Example
Text Example
White with #95FDE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95FDE9; }
p { color: rgb(149,253,233); }
H1.HeaderClassName
{
color: #95FDE9;
}
.AnyTagClassName
{
color: #95FDE9;
}
</style>
background-color css
<style>
a { background-color: #95FDE9; }
a { background-color: rgb(149,253,233); }
div.DivClassName
{
background-color: #95FDE9;
}
.BgClassName
{
background-color: #95FDE9;
}
</style>
border-color css
<style>
span { border-color: #95FDE9; }
span { border-color: rgb(149,253,233); }
td.TdClassName
{
border-color: #95FDE9;
}
.TagClassName
{
border-color: #95FDE9;
}
</style>