Shades of Aquamarine #65F0CE
Tints of Aquamarine #65F0CE
RGB
CMYK
RGB Variations
Color information
#65F0CE (or 0x65F0CE) is known color: Aquamarine. HEX triplet: 65, F0 and CE. RGB value is (101,240,206). Sum of RGB (Red+Green+Blue) = 101+240+206=547 (72% of max value = 765). Red value is 101 (39.84% from 255 or 18.46% from 547); Green value is 240 (94.14% from 255 or 43.88% from 547); Blue value is 206 (80.86% from 255 or 37.66% from 547); Max value from RGB is 240 - color contains mainly: green. Hex color #65F0CE is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #65F0CE is #9A0F31. Grayscale: #C2C2C2. Windows color (decimal): -10096434 or 13561957. OLE color: 13561957.
HSL color Cylindrical-coordinate representation of color #65F0CE: hue angle of 165.32º degrees, saturation: 0.82, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #65F0CE is Cyan = 0.58, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 101 | 240 | 206 | - |
| CMYK | 0.58 | 0 | 0.14 | 0.06 |
| HSL | 165.32º | 0.82% | 0.67% | - |
| HSV(B) | 165.32º | 0.58% | 0.94% | - |
| XYZ | 47.67 | 69.54 | 69.3 | - |
| YUV | 194.56 | 134.45 | 61.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 240 | 206 | 0.58 | 0 | 0.14 | 0.06 | 165.32 | 0.82 | 0.67 |
| Hex | 65 | F0 | CE | 3A | 0 | E | 6 | A5 | 52 | 43 |
| Octal | 145 | 360 | 316 | 72 | 0 | 16 | 6 | 245 | 122 | 103 |
| Binary | 1100101 | 11110000 | 11001110 | 111010 | 0 | 1110 | 110 | 10100101 | 1010010 | 1000011 |
Color Harmonies of #65F0CE
Complementary color
Monochromatic Colors of #65F0CE
Black with #65F0CE
Text Example
Text Example
White with #65F0CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65F0CE; }
p { color: rgb(101,240,206); }
H1.HeaderClassName
{
color: #65F0CE;
}
.AnyTagClassName
{
color: #65F0CE;
}
</style>
background-color css
<style>
a { background-color: #65F0CE; }
a { background-color: rgb(101,240,206); }
div.DivClassName
{
background-color: #65F0CE;
}
.BgClassName
{
background-color: #65F0CE;
}
</style>
border-color css
<style>
span { border-color: #65F0CE; }
span { border-color: rgb(101,240,206); }
td.TdClassName
{
border-color: #65F0CE;
}
.TagClassName
{
border-color: #65F0CE;
}
</style>