Shades of Medium Aquamarine #65FBA4
Tints of Medium Aquamarine #65FBA4
RGB
CMYK
RGB Variations
Color information
#65FBA4 (or 0x65FBA4) is known color: Medium Aquamarine. HEX triplet: 65, FB and A4. RGB value is (101,251,164). Sum of RGB (Red+Green+Blue) = 101+251+164=516 (68% of max value = 765). Red value is 101 (39.84% from 255 or 19.57% from 516); Green value is 251 (98.44% from 255 or 48.64% from 516); Blue value is 164 (64.45% from 255 or 31.78% from 516); Max value from RGB is 251 - color contains mainly: green. Hex color #65FBA4 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #65FBA4 is #9A045B. Grayscale: #C4C4C4. Windows color (decimal): -10093660 or 10812261. OLE color: 10812261.
HSL color Cylindrical-coordinate representation of color #65FBA4: hue angle of 145.2º degrees, saturation: 0.95, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #65FBA4 is Cyan = 0.60, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 101 | 251 | 164 | - |
| CMYK | 0.60 | 0 | 0.35 | 0.02 |
| HSL | 145.2º | 0.95% | 0.69% | - |
| HSV(B) | 145.2º | 0.6% | 0.98% | - |
| XYZ | 46.56 | 74.44 | 47.04 | - |
| YUV | 196.23 | 109.81 | 60.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 251 | 164 | 0.60 | 0 | 0.35 | 0.02 | 145.2 | 0.95 | 0.69 |
| Hex | 65 | FB | A4 | 3C | 0 | 23 | 2 | 91 | 5F | 45 |
| Octal | 145 | 373 | 244 | 74 | 0 | 43 | 2 | 221 | 137 | 105 |
| Binary | 1100101 | 11111011 | 10100100 | 111100 | 0 | 100011 | 10 | 10010001 | 1011111 | 1000101 |
Color Harmonies of #65FBA4
Complementary color
Monochromatic Colors of #65FBA4
Black with #65FBA4
Text Example
Text Example
White with #65FBA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65FBA4; }
p { color: rgb(101,251,164); }
H1.HeaderClassName
{
color: #65FBA4;
}
.AnyTagClassName
{
color: #65FBA4;
}
</style>
background-color css
<style>
a { background-color: #65FBA4; }
a { background-color: rgb(101,251,164); }
div.DivClassName
{
background-color: #65FBA4;
}
.BgClassName
{
background-color: #65FBA4;
}
</style>
border-color css
<style>
span { border-color: #65FBA4; }
span { border-color: rgb(101,251,164); }
td.TdClassName
{
border-color: #65FBA4;
}
.TagClassName
{
border-color: #65FBA4;
}
</style>