Shades of Aquamarine #95FFCD
Tints of Aquamarine #95FFCD
RGB
CMYK
RGB Variations
Color information
#95FFCD (or 0x95FFCD) is known color: Aquamarine. HEX triplet: 95, FF and CD. RGB value is (149,255,205). Sum of RGB (Red+Green+Blue) = 149+255+205=609 (80% of max value = 765). Red value is 149 (58.59% from 255 or 24.47% from 609); Green value is 255 (100% from 255 or 41.87% from 609); Blue value is 205 (80.47% from 255 or 33.66% from 609); Max value from RGB is 255 - color contains mainly: green. Hex color #95FFCD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #95FFCD is #6A0032. Grayscale: #D9D9D9. Windows color (decimal): -6946867 or 13500309. OLE color: 13500309.
HSL color Cylindrical-coordinate representation of color #95FFCD: hue angle of 151.7º degrees, saturation: 1, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #95FFCD is Cyan = 0.42, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.
Color convert
| RGB | 149 | 255 | 205 | - |
| CMYK | 0.42 | 0 | 0.20 | 0 |
| HSL | 151.7º | 1% | 0.79% | - |
| HSV(B) | 151.7º | 0.42% | 1% | - |
| XYZ | 59.17 | 82.32 | 70.53 | - |
| YUV | 217.61 | 120.88 | 79.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 255 | 205 | 0.42 | 0 | 0.20 | 0 | 151.7 | 1 | 0.79 |
| Hex | 95 | FF | CD | 2A | 0 | 14 | 0 | 98 | 64 | 4F |
| Octal | 225 | 377 | 315 | 52 | 0 | 24 | 0 | 230 | 144 | 117 |
| Binary | 10010101 | 11111111 | 11001101 | 101010 | 0 | 10100 | 0 | 10011000 | 1100100 | 1001111 |
Color Harmonies of #95FFCD
Complementary color
Monochromatic Colors of #95FFCD
Black with #95FFCD
Text Example
Text Example
White with #95FFCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95FFCD; }
p { color: rgb(149,255,205); }
H1.HeaderClassName
{
color: #95FFCD;
}
.AnyTagClassName
{
color: #95FFCD;
}
</style>
background-color css
<style>
a { background-color: #95FFCD; }
a { background-color: rgb(149,255,205); }
div.DivClassName
{
background-color: #95FFCD;
}
.BgClassName
{
background-color: #95FFCD;
}
</style>
border-color css
<style>
span { border-color: #95FFCD; }
span { border-color: rgb(149,255,205); }
td.TdClassName
{
border-color: #95FFCD;
}
.TagClassName
{
border-color: #95FFCD;
}
</style>