Shades of Medium Aquamarine #69FBA5
Tints of Medium Aquamarine #69FBA5
RGB
CMYK
RGB Variations
Color information
#69FBA5 (or 0x69FBA5) is known color: Medium Aquamarine. HEX triplet: 69, FB and A5. RGB value is (105,251,165). Sum of RGB (Red+Green+Blue) = 105+251+165=521 (69% of max value = 765). Red value is 105 (41.41% from 255 or 20.15% from 521); Green value is 251 (98.44% from 255 or 48.18% from 521); Blue value is 165 (64.84% from 255 or 31.67% from 521); Max value from RGB is 251 - color contains mainly: green. Hex color #69FBA5 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #69FBA5 is #96045A. Grayscale: #C5C5C5. Windows color (decimal): -9831515 or 10877801. OLE color: 10877801.
HSL color Cylindrical-coordinate representation of color #69FBA5: hue angle of 144.66º 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 #69FBA5 is Cyan = 0.58, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 105 | 251 | 165 | - |
| CMYK | 0.58 | 0 | 0.34 | 0.02 |
| HSL | 144.66º | 0.95% | 0.7% | - |
| HSV(B) | 144.66º | 0.58% | 0.98% | - |
| XYZ | 47.11 | 74.71 | 47.54 | - |
| YUV | 197.54 | 109.63 | 61.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 251 | 165 | 0.58 | 0 | 0.34 | 0.02 | 144.66 | 0.95 | 0.7 |
| Hex | 69 | FB | A5 | 3A | 0 | 22 | 2 | 91 | 5F | 46 |
| Octal | 151 | 373 | 245 | 72 | 0 | 42 | 2 | 221 | 137 | 106 |
| Binary | 1101001 | 11111011 | 10100101 | 111010 | 0 | 100010 | 10 | 10010001 | 1011111 | 1000110 |
Color Harmonies of #69FBA5
Complementary color
Monochromatic Colors of #69FBA5
Black with #69FBA5
Text Example
Text Example
White with #69FBA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69FBA5; }
p { color: rgb(105,251,165); }
H1.HeaderClassName
{
color: #69FBA5;
}
.AnyTagClassName
{
color: #69FBA5;
}
</style>
background-color css
<style>
a { background-color: #69FBA5; }
a { background-color: rgb(105,251,165); }
div.DivClassName
{
background-color: #69FBA5;
}
.BgClassName
{
background-color: #69FBA5;
}
</style>
border-color css
<style>
span { border-color: #69FBA5; }
span { border-color: rgb(105,251,165); }
td.TdClassName
{
border-color: #69FBA5;
}
.TagClassName
{
border-color: #69FBA5;
}
</style>