Shades of Aquamarine #65F2BF
Tints of Aquamarine #65F2BF
RGB
CMYK
RGB Variations
Color information
#65F2BF (or 0x65F2BF) is known color: Aquamarine. HEX triplet: 65, F2 and BF. RGB value is (101,242,191). Sum of RGB (Red+Green+Blue) = 101+242+191=534 (70% of max value = 765). Red value is 101 (39.84% from 255 or 18.91% from 534); Green value is 242 (94.92% from 255 or 45.32% from 534); Blue value is 191 (75% from 255 or 35.77% from 534); Max value from RGB is 242 - color contains mainly: green. Hex color #65F2BF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #65F2BF is #9A0D40. Grayscale: #C2C2C2. Windows color (decimal): -10095937 or 12579429. OLE color: 12579429.
HSL color Cylindrical-coordinate representation of color #65F2BF: hue angle of 158.3º degrees, saturation: 0.84, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #65F2BF is Cyan = 0.58, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 101 | 242 | 191 | - |
| CMYK | 0.58 | 0 | 0.21 | 0.05 |
| HSL | 158.3º | 0.84% | 0.67% | - |
| HSV(B) | 158.3º | 0.58% | 0.95% | - |
| XYZ | 46.52 | 70.03 | 60.36 | - |
| YUV | 194.03 | 126.29 | 61.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 242 | 191 | 0.58 | 0 | 0.21 | 0.05 | 158.3 | 0.84 | 0.67 |
| Hex | 65 | F2 | BF | 3A | 0 | 15 | 5 | 9E | 54 | 43 |
| Octal | 145 | 362 | 277 | 72 | 0 | 25 | 5 | 236 | 124 | 103 |
| Binary | 1100101 | 11110010 | 10111111 | 111010 | 0 | 10101 | 101 | 10011110 | 1010100 | 1000011 |
Color Harmonies of #65F2BF
Complementary color
Monochromatic Colors of #65F2BF
Black with #65F2BF
Text Example
Text Example
White with #65F2BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65F2BF; }
p { color: rgb(101,242,191); }
H1.HeaderClassName
{
color: #65F2BF;
}
.AnyTagClassName
{
color: #65F2BF;
}
</style>
background-color css
<style>
a { background-color: #65F2BF; }
a { background-color: rgb(101,242,191); }
div.DivClassName
{
background-color: #65F2BF;
}
.BgClassName
{
background-color: #65F2BF;
}
</style>
border-color css
<style>
span { border-color: #65F2BF; }
span { border-color: rgb(101,242,191); }
td.TdClassName
{
border-color: #65F2BF;
}
.TagClassName
{
border-color: #65F2BF;
}
</style>