Shades of Aquamarine #65FCD4
Tints of Aquamarine #65FCD4
RGB
CMYK
RGB Variations
Color information
#65FCD4 (or 0x65FCD4) is known color: Aquamarine. HEX triplet: 65, FC and D4. RGB value is (101,252,212). Sum of RGB (Red+Green+Blue) = 101+252+212=565 (74% of max value = 765). Red value is 101 (39.84% from 255 or 17.88% from 565); Green value is 252 (98.83% from 255 or 44.60% from 565); Blue value is 212 (83.20% from 255 or 37.52% from 565); Max value from RGB is 252 - color contains mainly: green. Hex color #65FCD4 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #65FCD4 is #9A032B. Grayscale: #CACACA. Windows color (decimal): -10093356 or 13958245. OLE color: 13958245.
HSL color Cylindrical-coordinate representation of color #65FCD4: hue angle of 164.11º degrees, saturation: 0.96, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #65FCD4 is Cyan = 0.60, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 101 | 252 | 212 | - |
| CMYK | 0.60 | 0 | 0.16 | 0.01 |
| HSL | 164.11º | 0.96% | 0.69% | - |
| HSV(B) | 164.11º | 0.6% | 0.99% | - |
| XYZ | 52.06 | 77.14 | 74.43 | - |
| YUV | 202.29 | 133.47 | 55.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 252 | 212 | 0.60 | 0 | 0.16 | 0.01 | 164.11 | 0.96 | 0.69 |
| Hex | 65 | FC | D4 | 3C | 0 | 10 | 1 | A4 | 60 | 45 |
| Octal | 145 | 374 | 324 | 74 | 0 | 20 | 1 | 244 | 140 | 105 |
| Binary | 1100101 | 11111100 | 11010100 | 111100 | 0 | 10000 | 1 | 10100100 | 1100000 | 1000101 |
Color Harmonies of #65FCD4
Complementary color
Monochromatic Colors of #65FCD4
Black with #65FCD4
Text Example
Text Example
White with #65FCD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65FCD4; }
p { color: rgb(101,252,212); }
H1.HeaderClassName
{
color: #65FCD4;
}
.AnyTagClassName
{
color: #65FCD4;
}
</style>
background-color css
<style>
a { background-color: #65FCD4; }
a { background-color: rgb(101,252,212); }
div.DivClassName
{
background-color: #65FCD4;
}
.BgClassName
{
background-color: #65FCD4;
}
</style>
border-color css
<style>
span { border-color: #65FCD4; }
span { border-color: rgb(101,252,212); }
td.TdClassName
{
border-color: #65FCD4;
}
.TagClassName
{
border-color: #65FCD4;
}
</style>