Shades of Aquamarine #65F9CA
Tints of Aquamarine #65F9CA
RGB
CMYK
RGB Variations
Color information
#65F9CA (or 0x65F9CA) is known color: Aquamarine. HEX triplet: 65, F9 and CA. RGB value is (101,249,202). Sum of RGB (Red+Green+Blue) = 101+249+202=552 (73% of max value = 765). Red value is 101 (39.84% from 255 or 18.30% from 552); Green value is 249 (97.66% from 255 or 45.11% from 552); Blue value is 202 (79.30% from 255 or 36.59% from 552); Max value from RGB is 249 - color contains mainly: green. Hex color #65F9CA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #65F9CA is #9A0635. Grayscale: #C7C7C7. Windows color (decimal): -10094134 or 13302117. OLE color: 13302117.
HSL color Cylindrical-coordinate representation of color #65F9CA: hue angle of 160.95º degrees, saturation: 0.93, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #65F9CA is Cyan = 0.59, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 101 | 249 | 202 | - |
| CMYK | 0.59 | 0 | 0.19 | 0.02 |
| HSL | 160.95º | 0.93% | 0.69% | - |
| HSV(B) | 160.95º | 0.59% | 0.98% | - |
| XYZ | 49.9 | 74.78 | 67.68 | - |
| YUV | 199.39 | 129.47 | 57.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 249 | 202 | 0.59 | 0 | 0.19 | 0.02 | 160.95 | 0.93 | 0.69 |
| Hex | 65 | F9 | CA | 3B | 0 | 13 | 2 | A1 | 5C | 45 |
| Octal | 145 | 371 | 312 | 73 | 0 | 23 | 2 | 241 | 134 | 105 |
| Binary | 1100101 | 11111001 | 11001010 | 111011 | 0 | 10011 | 10 | 10100001 | 1011100 | 1000101 |
Color Harmonies of #65F9CA
Complementary color
Monochromatic Colors of #65F9CA
Black with #65F9CA
Text Example
Text Example
White with #65F9CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65F9CA; }
p { color: rgb(101,249,202); }
H1.HeaderClassName
{
color: #65F9CA;
}
.AnyTagClassName
{
color: #65F9CA;
}
</style>
background-color css
<style>
a { background-color: #65F9CA; }
a { background-color: rgb(101,249,202); }
div.DivClassName
{
background-color: #65F9CA;
}
.BgClassName
{
background-color: #65F9CA;
}
</style>
border-color css
<style>
span { border-color: #65F9CA; }
span { border-color: rgb(101,249,202); }
td.TdClassName
{
border-color: #65F9CA;
}
.TagClassName
{
border-color: #65F9CA;
}
</style>