Shades of Medium Aquamarine #65CAB2
Tints of Medium Aquamarine #65CAB2
RGB
CMYK
RGB Variations
Color information
#65CAB2 (or 0x65CAB2) is known color: Medium Aquamarine. HEX triplet: 65, CA and B2. RGB value is (101,202,178). Sum of RGB (Red+Green+Blue) = 101+202+178=481 (63% of max value = 765). Red value is 101 (39.84% from 255 or 21.00% from 481); Green value is 202 (79.30% from 255 or 42.00% from 481); Blue value is 178 (69.92% from 255 or 37.01% from 481); Max value from RGB is 202 - color contains mainly: green. Hex color #65CAB2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #65CAB2 is #9A354D. Grayscale: #A9A9A9. Windows color (decimal): -10106190 or 11717221. OLE color: 11717221.
HSL color Cylindrical-coordinate representation of color #65CAB2: hue angle of 165.74º degrees, saturation: 0.49, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #65CAB2 is Cyan = 0.50, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 101 | 202 | 178 | - |
| CMYK | 0.50 | 0 | 0.12 | 0.21 |
| HSL | 165.74º | 0.49% | 0.59% | - |
| HSV(B) | 165.74º | 0.5% | 0.79% | - |
| XYZ | 34.52 | 48.22 | 49.61 | - |
| YUV | 169.07 | 133.04 | 79.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 202 | 178 | 0.50 | 0 | 0.12 | 0.21 | 165.74 | 0.49 | 0.59 |
| Hex | 65 | CA | B2 | 32 | 0 | C | 15 | A6 | 31 | 3B |
| Octal | 145 | 312 | 262 | 62 | 0 | 14 | 25 | 246 | 61 | 73 |
| Binary | 1100101 | 11001010 | 10110010 | 110010 | 0 | 1100 | 10101 | 10100110 | 110001 | 111011 |
Color Harmonies of #65CAB2
Complementary color
Monochromatic Colors of #65CAB2
Black with #65CAB2
Text Example
Text Example
White with #65CAB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65CAB2; }
p { color: rgb(101,202,178); }
H1.HeaderClassName
{
color: #65CAB2;
}
.AnyTagClassName
{
color: #65CAB2;
}
</style>
background-color css
<style>
a { background-color: #65CAB2; }
a { background-color: rgb(101,202,178); }
div.DivClassName
{
background-color: #65CAB2;
}
.BgClassName
{
background-color: #65CAB2;
}
</style>
border-color css
<style>
span { border-color: #65CAB2; }
span { border-color: rgb(101,202,178); }
td.TdClassName
{
border-color: #65CAB2;
}
.TagClassName
{
border-color: #65CAB2;
}
</style>