Shades of Aquamarine #69FEBE
Tints of Aquamarine #69FEBE
RGB
CMYK
RGB Variations
Color information
#69FEBE (or 0x69FEBE) is known color: Aquamarine. HEX triplet: 69, FE and BE. RGB value is (105,254,190). Sum of RGB (Red+Green+Blue) = 105+254+190=549 (72% of max value = 765). Red value is 105 (41.41% from 255 or 19.13% from 549); Green value is 254 (99.61% from 255 or 46.27% from 549); Blue value is 190 (74.61% from 255 or 34.61% from 549); Max value from RGB is 254 - color contains mainly: green. Hex color #69FEBE is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #69FEBE is #960141. Grayscale: #CACACA. Windows color (decimal): -9830722 or 12516969. OLE color: 12516969.
HSL color Cylindrical-coordinate representation of color #69FEBE: hue angle of 154.23º degrees, saturation: 0.99, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #69FEBE is Cyan = 0.59, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 105 | 254 | 190 | - |
| CMYK | 0.59 | 0 | 0.25 | 0.00 |
| HSL | 154.23º | 0.99% | 0.7% | - |
| HSV(B) | 154.23º | 0.59% | 1% | - |
| XYZ | 50.56 | 77.6 | 61.03 | - |
| YUV | 202.15 | 121.14 | 58.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 254 | 190 | 0.59 | 0 | 0.25 | 0.00 | 154.23 | 0.99 | 0.7 |
| Hex | 69 | FE | BE | 3B | 0 | 19 | 0 | 9A | 63 | 46 |
| Octal | 151 | 376 | 276 | 73 | 0 | 31 | 0 | 232 | 143 | 106 |
| Binary | 1101001 | 11111110 | 10111110 | 111011 | 0 | 11001 | 0 | 10011010 | 1100011 | 1000110 |
Color Harmonies of #69FEBE
Complementary color
Monochromatic Colors of #69FEBE
Black with #69FEBE
Text Example
Text Example
White with #69FEBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69FEBE; }
p { color: rgb(105,254,190); }
H1.HeaderClassName
{
color: #69FEBE;
}
.AnyTagClassName
{
color: #69FEBE;
}
</style>
background-color css
<style>
a { background-color: #69FEBE; }
a { background-color: rgb(105,254,190); }
div.DivClassName
{
background-color: #69FEBE;
}
.BgClassName
{
background-color: #69FEBE;
}
</style>
border-color css
<style>
span { border-color: #69FEBE; }
span { border-color: rgb(105,254,190); }
td.TdClassName
{
border-color: #69FEBE;
}
.TagClassName
{
border-color: #69FEBE;
}
</style>