Shades of Aquamarine #65FCC0
Tints of Aquamarine #65FCC0
RGB
CMYK
RGB Variations
Color information
#65FCC0 (or 0x65FCC0) is known color: Aquamarine. HEX triplet: 65, FC and C0. RGB value is (101,252,192). Sum of RGB (Red+Green+Blue) = 101+252+192=545 (72% of max value = 765). Red value is 101 (39.84% from 255 or 18.53% from 545); Green value is 252 (98.83% from 255 or 46.24% from 545); Blue value is 192 (75.39% from 255 or 35.23% from 545); Max value from RGB is 252 - color contains mainly: green. Hex color #65FCC0 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #65FCC0 is #9A033F. Grayscale: #C8C8C8. Windows color (decimal): -10093376 or 12647525. OLE color: 12647525.
HSL color Cylindrical-coordinate representation of color #65FCC0: hue angle of 156.16º degrees, saturation: 0.96, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #65FCC0 is Cyan = 0.60, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 101 | 252 | 192 | - |
| CMYK | 0.60 | 0 | 0.24 | 0.01 |
| HSL | 156.16º | 0.96% | 0.69% | - |
| HSV(B) | 156.16º | 0.6% | 0.99% | - |
| XYZ | 49.69 | 76.19 | 61.96 | - |
| YUV | 200.01 | 123.47 | 57.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 252 | 192 | 0.60 | 0 | 0.24 | 0.01 | 156.16 | 0.96 | 0.69 |
| Hex | 65 | FC | C0 | 3C | 0 | 18 | 1 | 9C | 60 | 45 |
| Octal | 145 | 374 | 300 | 74 | 0 | 30 | 1 | 234 | 140 | 105 |
| Binary | 1100101 | 11111100 | 11000000 | 111100 | 0 | 11000 | 1 | 10011100 | 1100000 | 1000101 |
Color Harmonies of #65FCC0
Complementary color
Monochromatic Colors of #65FCC0
Black with #65FCC0
Text Example
Text Example
White with #65FCC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65FCC0; }
p { color: rgb(101,252,192); }
H1.HeaderClassName
{
color: #65FCC0;
}
.AnyTagClassName
{
color: #65FCC0;
}
</style>
background-color css
<style>
a { background-color: #65FCC0; }
a { background-color: rgb(101,252,192); }
div.DivClassName
{
background-color: #65FCC0;
}
.BgClassName
{
background-color: #65FCC0;
}
</style>
border-color css
<style>
span { border-color: #65FCC0; }
span { border-color: rgb(101,252,192); }
td.TdClassName
{
border-color: #65FCC0;
}
.TagClassName
{
border-color: #65FCC0;
}
</style>