Shades of Aquamarine #95FAE5
Tints of Aquamarine #95FAE5
RGB
CMYK
RGB Variations
Color information
#95FAE5 (or 0x95FAE5) is known color: Aquamarine. HEX triplet: 95, FA and E5. RGB value is (149,250,229). Sum of RGB (Red+Green+Blue) = 149+250+229=628 (83% of max value = 765). Red value is 149 (58.59% from 255 or 23.73% from 628); Green value is 250 (98.05% from 255 or 39.81% from 628); Blue value is 229 (89.84% from 255 or 36.46% from 628); Max value from RGB is 250 - color contains mainly: green. Hex color #95FAE5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #95FAE5 is #6A051A. Grayscale: #D9D9D9. Windows color (decimal): -6948123 or 15071893. OLE color: 15071893.
HSL color Cylindrical-coordinate representation of color #95FAE5: hue angle of 167.52º 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 #95FAE5 is Cyan = 0.40, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 149 | 250 | 229 | - |
| CMYK | 0.40 | 0 | 0.08 | 0.02 |
| HSL | 167.52º | 0.91% | 0.78% | - |
| HSV(B) | 167.52º | 0.4% | 0.98% | - |
| XYZ | 60.72 | 80.42 | 86.45 | - |
| YUV | 217.41 | 134.54 | 79.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 250 | 229 | 0.40 | 0 | 0.08 | 0.02 | 167.52 | 0.91 | 0.78 |
| Hex | 95 | FA | E5 | 28 | 0 | 8 | 2 | A8 | 5B | 4E |
| Octal | 225 | 372 | 345 | 50 | 0 | 10 | 2 | 250 | 133 | 116 |
| Binary | 10010101 | 11111010 | 11100101 | 101000 | 0 | 1000 | 10 | 10101000 | 1011011 | 1001110 |
Color Harmonies of #95FAE5
Complementary color
Monochromatic Colors of #95FAE5
Black with #95FAE5
Text Example
Text Example
White with #95FAE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95FAE5; }
p { color: rgb(149,250,229); }
H1.HeaderClassName
{
color: #95FAE5;
}
.AnyTagClassName
{
color: #95FAE5;
}
</style>
background-color css
<style>
a { background-color: #95FAE5; }
a { background-color: rgb(149,250,229); }
div.DivClassName
{
background-color: #95FAE5;
}
.BgClassName
{
background-color: #95FAE5;
}
</style>
border-color css
<style>
span { border-color: #95FAE5; }
span { border-color: rgb(149,250,229); }
td.TdClassName
{
border-color: #95FAE5;
}
.TagClassName
{
border-color: #95FAE5;
}
</style>