Shades of Aquamarine #95FDE5
Tints of Aquamarine #95FDE5
RGB
CMYK
RGB Variations
Color information
#95FDE5 (or 0x95FDE5) is known color: Aquamarine. HEX triplet: 95, FD and E5. RGB value is (149,253,229). Sum of RGB (Red+Green+Blue) = 149+253+229=631 (83% of max value = 765). Red value is 149 (58.59% from 255 or 23.61% from 631); Green value is 253 (99.22% from 255 or 40.10% from 631); Blue value is 229 (89.84% from 255 or 36.29% from 631); Max value from RGB is 253 - color contains mainly: green. Hex color #95FDE5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #95FDE5 is #6A021A. Grayscale: #DBDBDB. Windows color (decimal): -6947355 or 15072661. OLE color: 15072661.
HSL color Cylindrical-coordinate representation of color #95FDE5: hue angle of 166.15º 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 #95FDE5 is Cyan = 0.41, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 149 | 253 | 229 | - |
| CMYK | 0.41 | 0 | 0.09 | 0.01 |
| HSL | 166.15º | 0.96% | 0.79% | - |
| HSV(B) | 166.15º | 0.41% | 0.99% | - |
| XYZ | 61.66 | 82.3 | 86.76 | - |
| YUV | 219.17 | 133.54 | 77.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 253 | 229 | 0.41 | 0 | 0.09 | 0.01 | 166.15 | 0.96 | 0.79 |
| Hex | 95 | FD | E5 | 29 | 0 | 9 | 1 | A6 | 60 | 4F |
| Octal | 225 | 375 | 345 | 51 | 0 | 11 | 1 | 246 | 140 | 117 |
| Binary | 10010101 | 11111101 | 11100101 | 101001 | 0 | 1001 | 1 | 10100110 | 1100000 | 1001111 |
Color Harmonies of #95FDE5
Complementary color
Monochromatic Colors of #95FDE5
Black with #95FDE5
Text Example
Text Example
White with #95FDE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95FDE5; }
p { color: rgb(149,253,229); }
H1.HeaderClassName
{
color: #95FDE5;
}
.AnyTagClassName
{
color: #95FDE5;
}
</style>
background-color css
<style>
a { background-color: #95FDE5; }
a { background-color: rgb(149,253,229); }
div.DivClassName
{
background-color: #95FDE5;
}
.BgClassName
{
background-color: #95FDE5;
}
</style>
border-color css
<style>
span { border-color: #95FDE5; }
span { border-color: rgb(149,253,229); }
td.TdClassName
{
border-color: #95FDE5;
}
.TagClassName
{
border-color: #95FDE5;
}
</style>