Shades of Aquamarine #65FBC1
Tints of Aquamarine #65FBC1
RGB
CMYK
RGB Variations
Color information
#65FBC1 (or 0x65FBC1) is known color: Aquamarine. HEX triplet: 65, FB and C1. RGB value is (101,251,193). Sum of RGB (Red+Green+Blue) = 101+251+193=545 (72% of max value = 765). Red value is 101 (39.84% from 255 or 18.53% from 545); Green value is 251 (98.44% from 255 or 46.06% from 545); Blue value is 193 (75.78% from 255 or 35.41% from 545); Max value from RGB is 251 - color contains mainly: green. Hex color #65FBC1 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #65FBC1 is #9A043E. Grayscale: #C7C7C7. Windows color (decimal): -10093631 or 12712805. OLE color: 12712805.
HSL color Cylindrical-coordinate representation of color #65FBC1: hue angle of 156.8º degrees, saturation: 0.95, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #65FBC1 is Cyan = 0.60, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 101 | 251 | 193 | - |
| CMYK | 0.60 | 0 | 0.23 | 0.02 |
| HSL | 156.8º | 0.95% | 0.69% | - |
| HSV(B) | 156.8º | 0.6% | 0.98% | - |
| XYZ | 49.49 | 75.61 | 62.44 | - |
| YUV | 199.54 | 124.31 | 57.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 251 | 193 | 0.60 | 0 | 0.23 | 0.02 | 156.8 | 0.95 | 0.69 |
| Hex | 65 | FB | C1 | 3C | 0 | 17 | 2 | 9D | 5F | 45 |
| Octal | 145 | 373 | 301 | 74 | 0 | 27 | 2 | 235 | 137 | 105 |
| Binary | 1100101 | 11111011 | 11000001 | 111100 | 0 | 10111 | 10 | 10011101 | 1011111 | 1000101 |
Color Harmonies of #65FBC1
Complementary color
Monochromatic Colors of #65FBC1
Black with #65FBC1
Text Example
Text Example
White with #65FBC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65FBC1; }
p { color: rgb(101,251,193); }
H1.HeaderClassName
{
color: #65FBC1;
}
.AnyTagClassName
{
color: #65FBC1;
}
</style>
background-color css
<style>
a { background-color: #65FBC1; }
a { background-color: rgb(101,251,193); }
div.DivClassName
{
background-color: #65FBC1;
}
.BgClassName
{
background-color: #65FBC1;
}
</style>
border-color css
<style>
span { border-color: #65FBC1; }
span { border-color: rgb(101,251,193); }
td.TdClassName
{
border-color: #65FBC1;
}
.TagClassName
{
border-color: #65FBC1;
}
</style>