Shades of Aquamarine #65EFD3
Tints of Aquamarine #65EFD3
RGB
CMYK
RGB Variations
Color information
#65EFD3 (or 0x65EFD3) is known color: Aquamarine. HEX triplet: 65, EF and D3. RGB value is (101,239,211). Sum of RGB (Red+Green+Blue) = 101+239+211=551 (72% of max value = 765). Red value is 101 (39.84% from 255 or 18.33% from 551); Green value is 239 (93.75% from 255 or 43.38% from 551); Blue value is 211 (82.81% from 255 or 38.29% from 551); Max value from RGB is 239 - color contains mainly: green. Hex color #65EFD3 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #65EFD3 is #9A102C. Grayscale: #C2C2C2. Windows color (decimal): -10096685 or 13889381. OLE color: 13889381.
HSL color Cylindrical-coordinate representation of color #65EFD3: hue angle of 167.83º degrees, saturation: 0.81, 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 #65EFD3 is Cyan = 0.58, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 101 | 239 | 211 | - |
| CMYK | 0.58 | 0 | 0.12 | 0.06 |
| HSL | 167.83º | 0.81% | 0.67% | - |
| HSV(B) | 167.83º | 0.58% | 0.94% | - |
| XYZ | 47.99 | 69.2 | 72.46 | - |
| YUV | 194.55 | 137.28 | 61.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 239 | 211 | 0.58 | 0 | 0.12 | 0.06 | 167.83 | 0.81 | 0.67 |
| Hex | 65 | EF | D3 | 3A | 0 | C | 6 | A8 | 51 | 43 |
| Octal | 145 | 357 | 323 | 72 | 0 | 14 | 6 | 250 | 121 | 103 |
| Binary | 1100101 | 11101111 | 11010011 | 111010 | 0 | 1100 | 110 | 10101000 | 1010001 | 1000011 |
Color Harmonies of #65EFD3
Complementary color
Monochromatic Colors of #65EFD3
Black with #65EFD3
Text Example
Text Example
White with #65EFD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65EFD3; }
p { color: rgb(101,239,211); }
H1.HeaderClassName
{
color: #65EFD3;
}
.AnyTagClassName
{
color: #65EFD3;
}
</style>
background-color css
<style>
a { background-color: #65EFD3; }
a { background-color: rgb(101,239,211); }
div.DivClassName
{
background-color: #65EFD3;
}
.BgClassName
{
background-color: #65EFD3;
}
</style>
border-color css
<style>
span { border-color: #65EFD3; }
span { border-color: rgb(101,239,211); }
td.TdClassName
{
border-color: #65EFD3;
}
.TagClassName
{
border-color: #65EFD3;
}
</style>