Shades of Aquamarine #5CFBCB
Tints of Aquamarine #5CFBCB
RGB
CMYK
RGB Variations
Color information
#5CFBCB (or 0x5CFBCB) is known color: Aquamarine. HEX triplet: 5C, FB and CB. RGB value is (92,251,203). Sum of RGB (Red+Green+Blue) = 92+251+203=546 (72% of max value = 765). Red value is 92 (36.33% from 255 or 16.85% from 546); Green value is 251 (98.44% from 255 or 45.97% from 546); Blue value is 203 (79.69% from 255 or 37.18% from 546); Max value from RGB is 251 - color contains mainly: green. Hex color #5CFBCB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5CFBCB is #A30434. Grayscale: #C6C6C6. Windows color (decimal): -10683445 or 13368156. OLE color: 13368156.
HSL color Cylindrical-coordinate representation of color #5CFBCB: hue angle of 161.89º 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 #5CFBCB is Cyan = 0.63, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 92 | 251 | 203 | - |
| CMYK | 0.63 | 0 | 0.19 | 0.02 |
| HSL | 161.89º | 0.95% | 0.67% | - |
| HSV(B) | 161.89º | 0.63% | 0.98% | - |
| XYZ | 49.69 | 75.58 | 68.47 | - |
| YUV | 197.99 | 130.82 | 52.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 251 | 203 | 0.63 | 0 | 0.19 | 0.02 | 161.89 | 0.95 | 0.67 |
| Hex | 5C | FB | CB | 3F | 0 | 13 | 2 | A2 | 5F | 43 |
| Octal | 134 | 373 | 313 | 77 | 0 | 23 | 2 | 242 | 137 | 103 |
| Binary | 1011100 | 11111011 | 11001011 | 111111 | 0 | 10011 | 10 | 10100010 | 1011111 | 1000011 |
Color Harmonies of #5CFBCB
Complementary color
Monochromatic Colors of #5CFBCB
Black with #5CFBCB
Text Example
Text Example
White with #5CFBCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CFBCB; }
p { color: rgb(92,251,203); }
H1.HeaderClassName
{
color: #5CFBCB;
}
.AnyTagClassName
{
color: #5CFBCB;
}
</style>
background-color css
<style>
a { background-color: #5CFBCB; }
a { background-color: rgb(92,251,203); }
div.DivClassName
{
background-color: #5CFBCB;
}
.BgClassName
{
background-color: #5CFBCB;
}
</style>
border-color css
<style>
span { border-color: #5CFBCB; }
span { border-color: rgb(92,251,203); }
td.TdClassName
{
border-color: #5CFBCB;
}
.TagClassName
{
border-color: #5CFBCB;
}
</style>