Shades of Medium Aquamarine #5CF9B3
Tints of Medium Aquamarine #5CF9B3
RGB
CMYK
RGB Variations
Color information
#5CF9B3 (or 0x5CF9B3) is known color: Medium Aquamarine. HEX triplet: 5C, F9 and B3. RGB value is (92,249,179). Sum of RGB (Red+Green+Blue) = 92+249+179=520 (68% of max value = 765). Red value is 92 (36.33% from 255 or 17.69% from 520); Green value is 249 (97.66% from 255 or 47.88% from 520); Blue value is 179 (70.31% from 255 or 34.42% from 520); Max value from RGB is 249 - color contains mainly: green. Hex color #5CF9B3 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5CF9B3 is #A3064C. Grayscale: #C2C2C2. Windows color (decimal): -10683981 or 11794780. OLE color: 11794780.
HSL color Cylindrical-coordinate representation of color #5CF9B3: hue angle of 153.25º degrees, saturation: 0.93, 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 #5CF9B3 is Cyan = 0.63, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 92 | 249 | 179 | - |
| CMYK | 0.63 | 0 | 0.28 | 0.02 |
| HSL | 153.25º | 0.93% | 0.67% | - |
| HSV(B) | 153.25º | 0.63% | 0.98% | - |
| XYZ | 46.43 | 73.28 | 54.35 | - |
| YUV | 194.08 | 119.49 | 55.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 249 | 179 | 0.63 | 0 | 0.28 | 0.02 | 153.25 | 0.93 | 0.67 |
| Hex | 5C | F9 | B3 | 3F | 0 | 1C | 2 | 99 | 5D | 43 |
| Octal | 134 | 371 | 263 | 77 | 0 | 34 | 2 | 231 | 135 | 103 |
| Binary | 1011100 | 11111001 | 10110011 | 111111 | 0 | 11100 | 10 | 10011001 | 1011101 | 1000011 |
Color Harmonies of #5CF9B3
Complementary color
Monochromatic Colors of #5CF9B3
Black with #5CF9B3
Text Example
Text Example
White with #5CF9B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CF9B3; }
p { color: rgb(92,249,179); }
H1.HeaderClassName
{
color: #5CF9B3;
}
.AnyTagClassName
{
color: #5CF9B3;
}
</style>
background-color css
<style>
a { background-color: #5CF9B3; }
a { background-color: rgb(92,249,179); }
div.DivClassName
{
background-color: #5CF9B3;
}
.BgClassName
{
background-color: #5CF9B3;
}
</style>
border-color css
<style>
span { border-color: #5CF9B3; }
span { border-color: rgb(92,249,179); }
td.TdClassName
{
border-color: #5CF9B3;
}
.TagClassName
{
border-color: #5CF9B3;
}
</style>