Shades of Medium Aquamarine #65C2B3
Tints of Medium Aquamarine #65C2B3
RGB
CMYK
RGB Variations
Color information
#65C2B3 (or 0x65C2B3) is known color: Medium Aquamarine. HEX triplet: 65, C2 and B3. RGB value is (101,194,179). Sum of RGB (Red+Green+Blue) = 101+194+179=474 (62% of max value = 765). Red value is 101 (39.84% from 255 or 21.31% from 474); Green value is 194 (76.17% from 255 or 40.93% from 474); Blue value is 179 (70.31% from 255 or 37.76% from 474); Max value from RGB is 194 - color contains mainly: green. Hex color #65C2B3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #65C2B3 is #9A3D4C. Grayscale: #A4A4A4. Windows color (decimal): -10108237 or 11780709. OLE color: 11780709.
HSL color Cylindrical-coordinate representation of color #65C2B3: hue angle of 170.32º degrees, saturation: 0.43, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #65C2B3 is Cyan = 0.48, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 101 | 194 | 179 | - |
| CMYK | 0.48 | 0 | 0.08 | 0.24 |
| HSL | 170.32º | 0.43% | 0.58% | - |
| HSV(B) | 170.32º | 0.48% | 0.76% | - |
| XYZ | 32.8 | 44.6 | 49.53 | - |
| YUV | 164.48 | 136.19 | 82.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 194 | 179 | 0.48 | 0 | 0.08 | 0.24 | 170.32 | 0.43 | 0.58 |
| Hex | 65 | C2 | B3 | 30 | 0 | 8 | 18 | AA | 2B | 3A |
| Octal | 145 | 302 | 263 | 60 | 0 | 10 | 30 | 252 | 53 | 72 |
| Binary | 1100101 | 11000010 | 10110011 | 110000 | 0 | 1000 | 11000 | 10101010 | 101011 | 111010 |
Color Harmonies of #65C2B3
Complementary color
Monochromatic Colors of #65C2B3
Black with #65C2B3
Text Example
Text Example
White with #65C2B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65C2B3; }
p { color: rgb(101,194,179); }
H1.HeaderClassName
{
color: #65C2B3;
}
.AnyTagClassName
{
color: #65C2B3;
}
</style>
background-color css
<style>
a { background-color: #65C2B3; }
a { background-color: rgb(101,194,179); }
div.DivClassName
{
background-color: #65C2B3;
}
.BgClassName
{
background-color: #65C2B3;
}
</style>
border-color css
<style>
span { border-color: #65C2B3; }
span { border-color: rgb(101,194,179); }
td.TdClassName
{
border-color: #65C2B3;
}
.TagClassName
{
border-color: #65C2B3;
}
</style>