Shades of Aquamarine #65F5DE
Tints of Aquamarine #65F5DE
RGB
CMYK
RGB Variations
Color information
#65F5DE (or 0x65F5DE) is known color: Aquamarine. HEX triplet: 65, F5 and DE. RGB value is (101,245,222). Sum of RGB (Red+Green+Blue) = 101+245+222=568 (75% of max value = 765). Red value is 101 (39.84% from 255 or 17.78% from 568); Green value is 245 (96.09% from 255 or 43.13% from 568); Blue value is 222 (87.11% from 255 or 39.08% from 568); Max value from RGB is 245 - color contains mainly: green. Hex color #65F5DE is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #65F5DE is #9A0A21. Grayscale: #C7C7C7. Windows color (decimal): -10095138 or 14611813. OLE color: 14611813.
HSL color Cylindrical-coordinate representation of color #65F5DE: hue angle of 170.42º degrees, saturation: 0.88, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #65F5DE is Cyan = 0.59, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 101 | 245 | 222 | - |
| CMYK | 0.59 | 0 | 0.09 | 0.04 |
| HSL | 170.42º | 0.88% | 0.68% | - |
| HSV(B) | 170.42º | 0.59% | 0.96% | - |
| XYZ | 51.2 | 73.35 | 80.57 | - |
| YUV | 199.32 | 140.79 | 57.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 245 | 222 | 0.59 | 0 | 0.09 | 0.04 | 170.42 | 0.88 | 0.68 |
| Hex | 65 | F5 | DE | 3B | 0 | 9 | 4 | AA | 58 | 44 |
| Octal | 145 | 365 | 336 | 73 | 0 | 11 | 4 | 252 | 130 | 104 |
| Binary | 1100101 | 11110101 | 11011110 | 111011 | 0 | 1001 | 100 | 10101010 | 1011000 | 1000100 |
Color Harmonies of #65F5DE
Complementary color
Monochromatic Colors of #65F5DE
Black with #65F5DE
Text Example
Text Example
White with #65F5DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65F5DE; }
p { color: rgb(101,245,222); }
H1.HeaderClassName
{
color: #65F5DE;
}
.AnyTagClassName
{
color: #65F5DE;
}
</style>
background-color css
<style>
a { background-color: #65F5DE; }
a { background-color: rgb(101,245,222); }
div.DivClassName
{
background-color: #65F5DE;
}
.BgClassName
{
background-color: #65F5DE;
}
</style>
border-color css
<style>
span { border-color: #65F5DE; }
span { border-color: rgb(101,245,222); }
td.TdClassName
{
border-color: #65F5DE;
}
.TagClassName
{
border-color: #65F5DE;
}
</style>