Shades of Aquamarine #65F2D0
Tints of Aquamarine #65F2D0
RGB
CMYK
RGB Variations
Color information
#65F2D0 (or 0x65F2D0) is known color: Aquamarine. HEX triplet: 65, F2 and D0. RGB value is (101,242,208). Sum of RGB (Red+Green+Blue) = 101+242+208=551 (72% of max value = 765). Red value is 101 (39.84% from 255 or 18.33% from 551); Green value is 242 (94.92% from 255 or 43.92% from 551); Blue value is 208 (81.64% from 255 or 37.75% from 551); Max value from RGB is 242 - color contains mainly: green. Hex color #65F2D0 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #65F2D0 is #9A0D2F. Grayscale: #C3C3C3. Windows color (decimal): -10095920 or 13693541. OLE color: 13693541.
HSL color Cylindrical-coordinate representation of color #65F2D0: hue angle of 165.53º 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 #65F2D0 is Cyan = 0.58, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 101 | 242 | 208 | - |
| CMYK | 0.58 | 0 | 0.14 | 0.05 |
| HSL | 165.53º | 0.84% | 0.67% | - |
| HSV(B) | 165.53º | 0.58% | 0.95% | - |
| XYZ | 48.5 | 70.83 | 70.79 | - |
| YUV | 195.97 | 134.79 | 60.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 242 | 208 | 0.58 | 0 | 0.14 | 0.05 | 165.53 | 0.84 | 0.67 |
| Hex | 65 | F2 | D0 | 3A | 0 | E | 5 | A6 | 54 | 43 |
| Octal | 145 | 362 | 320 | 72 | 0 | 16 | 5 | 246 | 124 | 103 |
| Binary | 1100101 | 11110010 | 11010000 | 111010 | 0 | 1110 | 101 | 10100110 | 1010100 | 1000011 |
Color Harmonies of #65F2D0
Complementary color
Monochromatic Colors of #65F2D0
Black with #65F2D0
Text Example
Text Example
White with #65F2D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65F2D0; }
p { color: rgb(101,242,208); }
H1.HeaderClassName
{
color: #65F2D0;
}
.AnyTagClassName
{
color: #65F2D0;
}
</style>
background-color css
<style>
a { background-color: #65F2D0; }
a { background-color: rgb(101,242,208); }
div.DivClassName
{
background-color: #65F2D0;
}
.BgClassName
{
background-color: #65F2D0;
}
</style>
border-color css
<style>
span { border-color: #65F2D0; }
span { border-color: rgb(101,242,208); }
td.TdClassName
{
border-color: #65F2D0;
}
.TagClassName
{
border-color: #65F2D0;
}
</style>