Shades of Aquamarine #95FFDF
Tints of Aquamarine #95FFDF
RGB
CMYK
RGB Variations
Color information
#95FFDF (or 0x95FFDF) is known color: Aquamarine. HEX triplet: 95, FF and DF. RGB value is (149,255,223). Sum of RGB (Red+Green+Blue) = 149+255+223=627 (83% of max value = 765). Red value is 149 (58.59% from 255 or 23.76% from 627); Green value is 255 (100% from 255 or 40.67% from 627); Blue value is 223 (87.5% from 255 or 35.57% from 627); Max value from RGB is 255 - color contains mainly: green. Hex color #95FFDF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #95FFDF is #6A0020. Grayscale: #DBDBDB. Windows color (decimal): -6946849 or 14679957. OLE color: 14679957.
HSL color Cylindrical-coordinate representation of color #95FFDF: hue angle of 161.89º 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 #95FFDF is Cyan = 0.42, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.
Color convert
| RGB | 149 | 255 | 223 | - |
| CMYK | 0.42 | 0 | 0.13 | 0 |
| HSL | 161.89º | 1% | 0.79% | - |
| HSV(B) | 161.89º | 0.42% | 1% | - |
| XYZ | 61.47 | 83.24 | 82.64 | - |
| YUV | 219.66 | 129.88 | 77.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 255 | 223 | 0.42 | 0 | 0.13 | 0 | 161.89 | 1 | 0.79 |
| Hex | 95 | FF | DF | 2A | 0 | D | 0 | A2 | 64 | 4F |
| Octal | 225 | 377 | 337 | 52 | 0 | 15 | 0 | 242 | 144 | 117 |
| Binary | 10010101 | 11111111 | 11011111 | 101010 | 0 | 1101 | 0 | 10100010 | 1100100 | 1001111 |
Color Harmonies of #95FFDF
Complementary color
Monochromatic Colors of #95FFDF
Black with #95FFDF
Text Example
Text Example
White with #95FFDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95FFDF; }
p { color: rgb(149,255,223); }
H1.HeaderClassName
{
color: #95FFDF;
}
.AnyTagClassName
{
color: #95FFDF;
}
</style>
background-color css
<style>
a { background-color: #95FFDF; }
a { background-color: rgb(149,255,223); }
div.DivClassName
{
background-color: #95FFDF;
}
.BgClassName
{
background-color: #95FFDF;
}
</style>
border-color css
<style>
span { border-color: #95FFDF; }
span { border-color: rgb(149,255,223); }
td.TdClassName
{
border-color: #95FFDF;
}
.TagClassName
{
border-color: #95FFDF;
}
</style>