Shades of Aquamarine #95FDE3
Tints of Aquamarine #95FDE3
RGB
CMYK
RGB Variations
Color information
#95FDE3 (or 0x95FDE3) is known color: Aquamarine. HEX triplet: 95, FD and E3. RGB value is (149,253,227). Sum of RGB (Red+Green+Blue) = 149+253+227=629 (83% of max value = 765). Red value is 149 (58.59% from 255 or 23.69% from 629); Green value is 253 (99.22% from 255 or 40.22% from 629); Blue value is 227 (89.06% from 255 or 36.09% from 629); Max value from RGB is 253 - color contains mainly: green. Hex color #95FDE3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #95FDE3 is #6A021C. Grayscale: #DADADA. Windows color (decimal): -6947357 or 14941589. OLE color: 14941589.
HSL color Cylindrical-coordinate representation of color #95FDE3: hue angle of 165º 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 #95FDE3 is Cyan = 0.41, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 149 | 253 | 227 | - |
| CMYK | 0.41 | 0 | 0.10 | 0.01 |
| HSL | 165º | 0.96% | 0.79% | - |
| HSV(B) | 165º | 0.41% | 0.99% | - |
| XYZ | 61.38 | 82.19 | 85.3 | - |
| YUV | 218.94 | 132.54 | 78.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 253 | 227 | 0.41 | 0 | 0.10 | 0.01 | 165 | 0.96 | 0.79 |
| Hex | 95 | FD | E3 | 29 | 0 | A | 1 | A5 | 60 | 4F |
| Octal | 225 | 375 | 343 | 51 | 0 | 12 | 1 | 245 | 140 | 117 |
| Binary | 10010101 | 11111101 | 11100011 | 101001 | 0 | 1010 | 1 | 10100101 | 1100000 | 1001111 |
Color Harmonies of #95FDE3
Complementary color
Monochromatic Colors of #95FDE3
Black with #95FDE3
Text Example
Text Example
White with #95FDE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95FDE3; }
p { color: rgb(149,253,227); }
H1.HeaderClassName
{
color: #95FDE3;
}
.AnyTagClassName
{
color: #95FDE3;
}
</style>
background-color css
<style>
a { background-color: #95FDE3; }
a { background-color: rgb(149,253,227); }
div.DivClassName
{
background-color: #95FDE3;
}
.BgClassName
{
background-color: #95FDE3;
}
</style>
border-color css
<style>
span { border-color: #95FDE3; }
span { border-color: rgb(149,253,227); }
td.TdClassName
{
border-color: #95FDE3;
}
.TagClassName
{
border-color: #95FDE3;
}
</style>