Shades of Medium Aquamarine #65C8AA
Tints of Medium Aquamarine #65C8AA
RGB
CMYK
RGB Variations
Color information
#65C8AA (or 0x65C8AA) is known color: Medium Aquamarine. HEX triplet: 65, C8 and AA. RGB value is (101,200,170). Sum of RGB (Red+Green+Blue) = 101+200+170=471 (62% of max value = 765). Red value is 101 (39.84% from 255 or 21.44% from 471); Green value is 200 (78.52% from 255 or 42.46% from 471); Blue value is 170 (66.80% from 255 or 36.09% from 471); Max value from RGB is 200 - color contains mainly: green. Hex color #65C8AA is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #65C8AA is #9A3755. Grayscale: #A7A7A7. Windows color (decimal): -10106710 or 11192421. OLE color: 11192421.
HSL color Cylindrical-coordinate representation of color #65C8AA: hue angle of 161.82º degrees, saturation: 0.47, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #65C8AA is Cyan = 0.49, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 101 | 200 | 170 | - |
| CMYK | 0.49 | 0 | 0.15 | 0.22 |
| HSL | 161.82º | 0.47% | 0.59% | - |
| HSV(B) | 161.82º | 0.5% | 0.78% | - |
| XYZ | 33.28 | 46.98 | 45.34 | - |
| YUV | 166.98 | 129.7 | 80.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 200 | 170 | 0.49 | 0 | 0.15 | 0.22 | 161.82 | 0.47 | 0.59 |
| Hex | 65 | C8 | AA | 31 | 0 | F | 16 | A2 | 2F | 3B |
| Octal | 145 | 310 | 252 | 61 | 0 | 17 | 26 | 242 | 57 | 73 |
| Binary | 1100101 | 11001000 | 10101010 | 110001 | 0 | 1111 | 10110 | 10100010 | 101111 | 111011 |
Color Harmonies of #65C8AA
Complementary color
Monochromatic Colors of #65C8AA
Black with #65C8AA
Text Example
Text Example
White with #65C8AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65C8AA; }
p { color: rgb(101,200,170); }
H1.HeaderClassName
{
color: #65C8AA;
}
.AnyTagClassName
{
color: #65C8AA;
}
</style>
background-color css
<style>
a { background-color: #65C8AA; }
a { background-color: rgb(101,200,170); }
div.DivClassName
{
background-color: #65C8AA;
}
.BgClassName
{
background-color: #65C8AA;
}
</style>
border-color css
<style>
span { border-color: #65C8AA; }
span { border-color: rgb(101,200,170); }
td.TdClassName
{
border-color: #65C8AA;
}
.TagClassName
{
border-color: #65C8AA;
}
</style>