Shades of Aquamarine #95FEDE
Tints of Aquamarine #95FEDE
RGB
CMYK
RGB Variations
Color information
#95FEDE (or 0x95FEDE) is known color: Aquamarine. HEX triplet: 95, FE and DE. RGB value is (149,254,222). Sum of RGB (Red+Green+Blue) = 149+254+222=625 (82% of max value = 765). Red value is 149 (58.59% from 255 or 23.84% from 625); Green value is 254 (99.61% from 255 or 40.64% from 625); Blue value is 222 (87.11% from 255 or 35.52% from 625); Max value from RGB is 254 - color contains mainly: green. Hex color #95FEDE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #95FEDE is #6A0121. Grayscale: #DADADA. Windows color (decimal): -6947106 or 14614165. OLE color: 14614165.
HSL color Cylindrical-coordinate representation of color #95FEDE: hue angle of 161.71º degrees, saturation: 0.98, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #95FEDE is Cyan = 0.41, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 149 | 254 | 222 | - |
| CMYK | 0.41 | 0 | 0.13 | 0.00 |
| HSL | 161.71º | 0.98% | 0.79% | - |
| HSV(B) | 161.71º | 0.41% | 1% | - |
| XYZ | 61.02 | 82.55 | 81.82 | - |
| YUV | 218.96 | 129.71 | 78.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 254 | 222 | 0.41 | 0 | 0.13 | 0.00 | 161.71 | 0.98 | 0.79 |
| Hex | 95 | FE | DE | 29 | 0 | D | 0 | A2 | 62 | 4F |
| Octal | 225 | 376 | 336 | 51 | 0 | 15 | 0 | 242 | 142 | 117 |
| Binary | 10010101 | 11111110 | 11011110 | 101001 | 0 | 1101 | 0 | 10100010 | 1100010 | 1001111 |
Color Harmonies of #95FEDE
Complementary color
Monochromatic Colors of #95FEDE
Black with #95FEDE
Text Example
Text Example
White with #95FEDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95FEDE; }
p { color: rgb(149,254,222); }
H1.HeaderClassName
{
color: #95FEDE;
}
.AnyTagClassName
{
color: #95FEDE;
}
</style>
background-color css
<style>
a { background-color: #95FEDE; }
a { background-color: rgb(149,254,222); }
div.DivClassName
{
background-color: #95FEDE;
}
.BgClassName
{
background-color: #95FEDE;
}
</style>
border-color css
<style>
span { border-color: #95FEDE; }
span { border-color: rgb(149,254,222); }
td.TdClassName
{
border-color: #95FEDE;
}
.TagClassName
{
border-color: #95FEDE;
}
</style>