Shades of Aquamarine #65FEBF
Tints of Aquamarine #65FEBF
RGB
CMYK
RGB Variations
Color information
#65FEBF (or 0x65FEBF) is known color: Aquamarine. HEX triplet: 65, FE and BF. RGB value is (101,254,191). Sum of RGB (Red+Green+Blue) = 101+254+191=546 (72% of max value = 765). Red value is 101 (39.84% from 255 or 18.50% from 546); Green value is 254 (99.61% from 255 or 46.52% from 546); Blue value is 191 (75% from 255 or 34.98% from 546); Max value from RGB is 254 - color contains mainly: green. Hex color #65FEBF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #65FEBF is #9A0140. Grayscale: #C9C9C9. Windows color (decimal): -10092865 or 12582501. OLE color: 12582501.
HSL color Cylindrical-coordinate representation of color #65FEBF: hue angle of 155.29º degrees, saturation: 0.99, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #65FEBF is Cyan = 0.60, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 101 | 254 | 191 | - |
| CMYK | 0.60 | 0 | 0.25 | 0.00 |
| HSL | 155.29º | 0.99% | 0.7% | - |
| HSV(B) | 155.29º | 0.6% | 1% | - |
| XYZ | 50.21 | 77.41 | 61.59 | - |
| YUV | 201.07 | 122.31 | 56.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 254 | 191 | 0.60 | 0 | 0.25 | 0.00 | 155.29 | 0.99 | 0.7 |
| Hex | 65 | FE | BF | 3C | 0 | 19 | 0 | 9B | 63 | 46 |
| Octal | 145 | 376 | 277 | 74 | 0 | 31 | 0 | 233 | 143 | 106 |
| Binary | 1100101 | 11111110 | 10111111 | 111100 | 0 | 11001 | 0 | 10011011 | 1100011 | 1000110 |
Color Harmonies of #65FEBF
Complementary color
Monochromatic Colors of #65FEBF
Black with #65FEBF
Text Example
Text Example
White with #65FEBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65FEBF; }
p { color: rgb(101,254,191); }
H1.HeaderClassName
{
color: #65FEBF;
}
.AnyTagClassName
{
color: #65FEBF;
}
</style>
background-color css
<style>
a { background-color: #65FEBF; }
a { background-color: rgb(101,254,191); }
div.DivClassName
{
background-color: #65FEBF;
}
.BgClassName
{
background-color: #65FEBF;
}
</style>
border-color css
<style>
span { border-color: #65FEBF; }
span { border-color: rgb(101,254,191); }
td.TdClassName
{
border-color: #65FEBF;
}
.TagClassName
{
border-color: #65FEBF;
}
</style>