Shades of Aquamarine #95FCE0
Tints of Aquamarine #95FCE0
RGB
CMYK
RGB Variations
Color information
#95FCE0 (or 0x95FCE0) is known color: Aquamarine. HEX triplet: 95, FC and E0. RGB value is (149,252,224). Sum of RGB (Red+Green+Blue) = 149+252+224=625 (82% of max value = 765). Red value is 149 (58.59% from 255 or 23.84% from 625); Green value is 252 (98.83% from 255 or 40.32% from 625); Blue value is 224 (87.89% from 255 or 35.84% from 625); Max value from RGB is 252 - color contains mainly: green. Hex color #95FCE0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #95FCE0 is #6A031F. Grayscale: #DADADA. Windows color (decimal): -6947616 or 14744725. OLE color: 14744725.
HSL color Cylindrical-coordinate representation of color #95FCE0: hue angle of 163.69º degrees, saturation: 0.94, 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 #95FCE0 is Cyan = 0.41, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 149 | 252 | 224 | - |
| CMYK | 0.41 | 0 | 0.11 | 0.01 |
| HSL | 163.69º | 0.94% | 0.79% | - |
| HSV(B) | 163.69º | 0.41% | 0.99% | - |
| XYZ | 60.66 | 81.39 | 83.03 | - |
| YUV | 218.01 | 131.38 | 78.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 252 | 224 | 0.41 | 0 | 0.11 | 0.01 | 163.69 | 0.94 | 0.79 |
| Hex | 95 | FC | E0 | 29 | 0 | B | 1 | A4 | 5E | 4F |
| Octal | 225 | 374 | 340 | 51 | 0 | 13 | 1 | 244 | 136 | 117 |
| Binary | 10010101 | 11111100 | 11100000 | 101001 | 0 | 1011 | 1 | 10100100 | 1011110 | 1001111 |
Color Harmonies of #95FCE0
Complementary color
Monochromatic Colors of #95FCE0
Black with #95FCE0
Text Example
Text Example
White with #95FCE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95FCE0; }
p { color: rgb(149,252,224); }
H1.HeaderClassName
{
color: #95FCE0;
}
.AnyTagClassName
{
color: #95FCE0;
}
</style>
background-color css
<style>
a { background-color: #95FCE0; }
a { background-color: rgb(149,252,224); }
div.DivClassName
{
background-color: #95FCE0;
}
.BgClassName
{
background-color: #95FCE0;
}
</style>
border-color css
<style>
span { border-color: #95FCE0; }
span { border-color: rgb(149,252,224); }
td.TdClassName
{
border-color: #95FCE0;
}
.TagClassName
{
border-color: #95FCE0;
}
</style>