Shades of Aquamarine #95F7E5
Tints of Aquamarine #95F7E5
RGB
CMYK
RGB Variations
Color information
#95F7E5 (or 0x95F7E5) is known color: Aquamarine. HEX triplet: 95, F7 and E5. RGB value is (149,247,229). Sum of RGB (Red+Green+Blue) = 149+247+229=625 (82% of max value = 765). Red value is 149 (58.59% from 255 or 23.84% from 625); Green value is 247 (96.88% from 255 or 39.52% from 625); Blue value is 229 (89.84% from 255 or 36.64% from 625); Max value from RGB is 247 - color contains mainly: green. Hex color #95F7E5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #95F7E5 is #6A081A. Grayscale: #D7D7D7. Windows color (decimal): -6948891 or 15071125. OLE color: 15071125.
HSL color Cylindrical-coordinate representation of color #95F7E5: hue angle of 168.98º degrees, saturation: 0.86, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #95F7E5 is Cyan = 0.40, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 149 | 247 | 229 | - |
| CMYK | 0.40 | 0 | 0.07 | 0.03 |
| HSL | 168.98º | 0.86% | 0.78% | - |
| HSV(B) | 168.98º | 0.4% | 0.97% | - |
| XYZ | 59.8 | 78.57 | 86.14 | - |
| YUV | 215.65 | 135.53 | 80.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 247 | 229 | 0.40 | 0 | 0.07 | 0.03 | 168.98 | 0.86 | 0.78 |
| Hex | 95 | F7 | E5 | 28 | 0 | 7 | 3 | A9 | 56 | 4E |
| Octal | 225 | 367 | 345 | 50 | 0 | 7 | 3 | 251 | 126 | 116 |
| Binary | 10010101 | 11110111 | 11100101 | 101000 | 0 | 111 | 11 | 10101001 | 1010110 | 1001110 |
Color Harmonies of #95F7E5
Complementary color
Monochromatic Colors of #95F7E5
Black with #95F7E5
Text Example
Text Example
White with #95F7E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95F7E5; }
p { color: rgb(149,247,229); }
H1.HeaderClassName
{
color: #95F7E5;
}
.AnyTagClassName
{
color: #95F7E5;
}
</style>
background-color css
<style>
a { background-color: #95F7E5; }
a { background-color: rgb(149,247,229); }
div.DivClassName
{
background-color: #95F7E5;
}
.BgClassName
{
background-color: #95F7E5;
}
</style>
border-color css
<style>
span { border-color: #95F7E5; }
span { border-color: rgb(149,247,229); }
td.TdClassName
{
border-color: #95F7E5;
}
.TagClassName
{
border-color: #95F7E5;
}
</style>