Shades of Aquamarine #95F1DD
Tints of Aquamarine #95F1DD
RGB
CMYK
RGB Variations
Color information
#95F1DD (or 0x95F1DD) is known color: Aquamarine. HEX triplet: 95, F1 and DD. RGB value is (149,241,221). Sum of RGB (Red+Green+Blue) = 149+241+221=611 (80% of max value = 765). Red value is 149 (58.59% from 255 or 24.39% from 611); Green value is 241 (94.53% from 255 or 39.44% from 611); Blue value is 221 (86.72% from 255 or 36.17% from 611); Max value from RGB is 241 - color contains mainly: green. Hex color #95F1DD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #95F1DD is #6A0E22. Grayscale: #D3D3D3. Windows color (decimal): -6950435 or 14545301. OLE color: 14545301.
HSL color Cylindrical-coordinate representation of color #95F1DD: hue angle of 166.96º degrees, saturation: 0.77, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #95F1DD is Cyan = 0.38, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 149 | 241 | 221 | - |
| CMYK | 0.38 | 0 | 0.08 | 0.05 |
| HSL | 166.96º | 0.77% | 0.76% | - |
| HSV(B) | 166.96º | 0.38% | 0.95% | - |
| XYZ | 56.9 | 74.52 | 79.79 | - |
| YUV | 211.21 | 133.52 | 83.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 241 | 221 | 0.38 | 0 | 0.08 | 0.05 | 166.96 | 0.77 | 0.76 |
| Hex | 95 | F1 | DD | 26 | 0 | 8 | 5 | A7 | 4D | 4C |
| Octal | 225 | 361 | 335 | 46 | 0 | 10 | 5 | 247 | 115 | 114 |
| Binary | 10010101 | 11110001 | 11011101 | 100110 | 0 | 1000 | 101 | 10100111 | 1001101 | 1001100 |
Color Harmonies of #95F1DD
Complementary color
Monochromatic Colors of #95F1DD
Black with #95F1DD
Text Example
Text Example
White with #95F1DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95F1DD; }
p { color: rgb(149,241,221); }
H1.HeaderClassName
{
color: #95F1DD;
}
.AnyTagClassName
{
color: #95F1DD;
}
</style>
background-color css
<style>
a { background-color: #95F1DD; }
a { background-color: rgb(149,241,221); }
div.DivClassName
{
background-color: #95F1DD;
}
.BgClassName
{
background-color: #95F1DD;
}
</style>
border-color css
<style>
span { border-color: #95F1DD; }
span { border-color: rgb(149,241,221); }
td.TdClassName
{
border-color: #95F1DD;
}
.TagClassName
{
border-color: #95F1DD;
}
</style>