Shades of Aquamarine #65F2DC
Tints of Aquamarine #65F2DC
RGB
CMYK
RGB Variations
Color information
#65F2DC (or 0x65F2DC) is known color: Aquamarine. HEX triplet: 65, F2 and DC. RGB value is (101,242,220). Sum of RGB (Red+Green+Blue) = 101+242+220=563 (74% of max value = 765). Red value is 101 (39.84% from 255 or 17.94% from 563); Green value is 242 (94.92% from 255 or 42.98% from 563); Blue value is 220 (86.33% from 255 or 39.08% from 563); Max value from RGB is 242 - color contains mainly: green. Hex color #65F2DC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #65F2DC is #9A0D23. Grayscale: #C5C5C5. Windows color (decimal): -10095908 or 14479973. OLE color: 14479973.
HSL color Cylindrical-coordinate representation of color #65F2DC: hue angle of 170.64º 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 #65F2DC is Cyan = 0.58, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 101 | 242 | 220 | - |
| CMYK | 0.58 | 0 | 0.09 | 0.05 |
| HSL | 170.64º | 0.84% | 0.67% | - |
| HSV(B) | 170.64º | 0.58% | 0.95% | - |
| XYZ | 50.04 | 71.44 | 78.86 | - |
| YUV | 197.33 | 140.79 | 59.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 242 | 220 | 0.58 | 0 | 0.09 | 0.05 | 170.64 | 0.84 | 0.67 |
| Hex | 65 | F2 | DC | 3A | 0 | 9 | 5 | AB | 54 | 43 |
| Octal | 145 | 362 | 334 | 72 | 0 | 11 | 5 | 253 | 124 | 103 |
| Binary | 1100101 | 11110010 | 11011100 | 111010 | 0 | 1001 | 101 | 10101011 | 1010100 | 1000011 |
Color Harmonies of #65F2DC
Complementary color
Monochromatic Colors of #65F2DC
Black with #65F2DC
Text Example
Text Example
White with #65F2DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65F2DC; }
p { color: rgb(101,242,220); }
H1.HeaderClassName
{
color: #65F2DC;
}
.AnyTagClassName
{
color: #65F2DC;
}
</style>
background-color css
<style>
a { background-color: #65F2DC; }
a { background-color: rgb(101,242,220); }
div.DivClassName
{
background-color: #65F2DC;
}
.BgClassName
{
background-color: #65F2DC;
}
</style>
border-color css
<style>
span { border-color: #65F2DC; }
span { border-color: rgb(101,242,220); }
td.TdClassName
{
border-color: #65F2DC;
}
.TagClassName
{
border-color: #65F2DC;
}
</style>