Shades of Aquamarine #5FFCDF
Tints of Aquamarine #5FFCDF
RGB
CMYK
RGB Variations
Color information
#5FFCDF (or 0x5FFCDF) is known color: Aquamarine. HEX triplet: 5F, FC and DF. RGB value is (95,252,223). Sum of RGB (Red+Green+Blue) = 95+252+223=570 (75% of max value = 765). Red value is 95 (37.5% from 255 or 16.67% from 570); Green value is 252 (98.83% from 255 or 44.21% from 570); Blue value is 223 (87.5% from 255 or 39.12% from 570); Max value from RGB is 252 - color contains mainly: green. Hex color #5FFCDF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5FFCDF is #A00320. Grayscale: #C9C9C9. Windows color (decimal): -10486561 or 14679135. OLE color: 14679135.
HSL color Cylindrical-coordinate representation of color #5FFCDF: hue angle of 168.92º degrees, saturation: 0.96, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5FFCDF is Cyan = 0.62, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 95 | 252 | 223 | - |
| CMYK | 0.62 | 0 | 0.12 | 0.01 |
| HSL | 168.92º | 0.96% | 0.68% | - |
| HSV(B) | 168.92º | 0.62% | 0.99% | - |
| XYZ | 52.85 | 77.38 | 81.96 | - |
| YUV | 201.75 | 139.99 | 51.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 252 | 223 | 0.62 | 0 | 0.12 | 0.01 | 168.92 | 0.96 | 0.68 |
| Hex | 5F | FC | DF | 3E | 0 | C | 1 | A9 | 60 | 44 |
| Octal | 137 | 374 | 337 | 76 | 0 | 14 | 1 | 251 | 140 | 104 |
| Binary | 1011111 | 11111100 | 11011111 | 111110 | 0 | 1100 | 1 | 10101001 | 1100000 | 1000100 |
Color Harmonies of #5FFCDF
Complementary color
Monochromatic Colors of #5FFCDF
Black with #5FFCDF
Text Example
Text Example
White with #5FFCDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FFCDF; }
p { color: rgb(95,252,223); }
H1.HeaderClassName
{
color: #5FFCDF;
}
.AnyTagClassName
{
color: #5FFCDF;
}
</style>
background-color css
<style>
a { background-color: #5FFCDF; }
a { background-color: rgb(95,252,223); }
div.DivClassName
{
background-color: #5FFCDF;
}
.BgClassName
{
background-color: #5FFCDF;
}
</style>
border-color css
<style>
span { border-color: #5FFCDF; }
span { border-color: rgb(95,252,223); }
td.TdClassName
{
border-color: #5FFCDF;
}
.TagClassName
{
border-color: #5FFCDF;
}
</style>