Shades of Medium Aquamarine #69FBA4
Tints of Medium Aquamarine #69FBA4
RGB
CMYK
RGB Variations
Color information
#69FBA4 (or 0x69FBA4) is known color: Medium Aquamarine. HEX triplet: 69, FB and A4. RGB value is (105,251,164). Sum of RGB (Red+Green+Blue) = 105+251+164=520 (68% of max value = 765). Red value is 105 (41.41% from 255 or 20.19% from 520); Green value is 251 (98.44% from 255 or 48.27% from 520); Blue value is 164 (64.45% from 255 or 31.54% from 520); Max value from RGB is 251 - color contains mainly: green. Hex color #69FBA4 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #69FBA4 is #96045B. Grayscale: #C5C5C5. Windows color (decimal): -9831516 or 10812265. OLE color: 10812265.
HSL color Cylindrical-coordinate representation of color #69FBA4: hue angle of 144.25º degrees, saturation: 0.95, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #69FBA4 is Cyan = 0.58, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 105 | 251 | 164 | - |
| CMYK | 0.58 | 0 | 0.35 | 0.02 |
| HSL | 144.25º | 0.95% | 0.7% | - |
| HSV(B) | 144.25º | 0.58% | 0.98% | - |
| XYZ | 47.02 | 74.68 | 47.06 | - |
| YUV | 197.43 | 109.13 | 62.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 251 | 164 | 0.58 | 0 | 0.35 | 0.02 | 144.25 | 0.95 | 0.7 |
| Hex | 69 | FB | A4 | 3A | 0 | 23 | 2 | 90 | 5F | 46 |
| Octal | 151 | 373 | 244 | 72 | 0 | 43 | 2 | 220 | 137 | 106 |
| Binary | 1101001 | 11111011 | 10100100 | 111010 | 0 | 100011 | 10 | 10010000 | 1011111 | 1000110 |
Color Harmonies of #69FBA4
Complementary color
Monochromatic Colors of #69FBA4
Black with #69FBA4
Text Example
Text Example
White with #69FBA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69FBA4; }
p { color: rgb(105,251,164); }
H1.HeaderClassName
{
color: #69FBA4;
}
.AnyTagClassName
{
color: #69FBA4;
}
</style>
background-color css
<style>
a { background-color: #69FBA4; }
a { background-color: rgb(105,251,164); }
div.DivClassName
{
background-color: #69FBA4;
}
.BgClassName
{
background-color: #69FBA4;
}
</style>
border-color css
<style>
span { border-color: #69FBA4; }
span { border-color: rgb(105,251,164); }
td.TdClassName
{
border-color: #69FBA4;
}
.TagClassName
{
border-color: #69FBA4;
}
</style>