Shades of Aquamarine #5CFBDD
Tints of Aquamarine #5CFBDD
RGB
CMYK
RGB Variations
Color information
#5CFBDD (or 0x5CFBDD) is known color: Aquamarine. HEX triplet: 5C, FB and DD. RGB value is (92,251,221). Sum of RGB (Red+Green+Blue) = 92+251+221=564 (74% of max value = 765). Red value is 92 (36.33% from 255 or 16.31% from 564); Green value is 251 (98.44% from 255 or 44.50% from 564); Blue value is 221 (86.72% from 255 or 39.18% from 564); Max value from RGB is 251 - color contains mainly: green. Hex color #5CFBDD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5CFBDD is #A30422. Grayscale: #C8C8C8. Windows color (decimal): -10683427 or 14547804. OLE color: 14547804.
HSL color Cylindrical-coordinate representation of color #5CFBDD: hue angle of 168.68º degrees, saturation: 0.95, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5CFBDD is Cyan = 0.63, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 92 | 251 | 221 | - |
| CMYK | 0.63 | 0 | 0.12 | 0.02 |
| HSL | 168.68º | 0.95% | 0.67% | - |
| HSV(B) | 168.68º | 0.63% | 0.98% | - |
| XYZ | 51.96 | 76.49 | 80.43 | - |
| YUV | 200.04 | 139.82 | 50.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 251 | 221 | 0.63 | 0 | 0.12 | 0.02 | 168.68 | 0.95 | 0.67 |
| Hex | 5C | FB | DD | 3F | 0 | C | 2 | A9 | 5F | 43 |
| Octal | 134 | 373 | 335 | 77 | 0 | 14 | 2 | 251 | 137 | 103 |
| Binary | 1011100 | 11111011 | 11011101 | 111111 | 0 | 1100 | 10 | 10101001 | 1011111 | 1000011 |
Color Harmonies of #5CFBDD
Complementary color
Monochromatic Colors of #5CFBDD
Black with #5CFBDD
Text Example
Text Example
White with #5CFBDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CFBDD; }
p { color: rgb(92,251,221); }
H1.HeaderClassName
{
color: #5CFBDD;
}
.AnyTagClassName
{
color: #5CFBDD;
}
</style>
background-color css
<style>
a { background-color: #5CFBDD; }
a { background-color: rgb(92,251,221); }
div.DivClassName
{
background-color: #5CFBDD;
}
.BgClassName
{
background-color: #5CFBDD;
}
</style>
border-color css
<style>
span { border-color: #5CFBDD; }
span { border-color: rgb(92,251,221); }
td.TdClassName
{
border-color: #5CFBDD;
}
.TagClassName
{
border-color: #5CFBDD;
}
</style>