Shades of Aquamarine #69FEBB
Tints of Aquamarine #69FEBB
RGB
CMYK
RGB Variations
Color information
#69FEBB (or 0x69FEBB) is known color: Aquamarine. HEX triplet: 69, FE and BB. RGB value is (105,254,187). Sum of RGB (Red+Green+Blue) = 105+254+187=546 (72% of max value = 765). Red value is 105 (41.41% from 255 or 19.23% from 546); Green value is 254 (99.61% from 255 or 46.52% from 546); Blue value is 187 (73.44% from 255 or 34.25% from 546); Max value from RGB is 254 - color contains mainly: green. Hex color #69FEBB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #69FEBB is #960144. Grayscale: #C9C9C9. Windows color (decimal): -9830725 or 12320361. OLE color: 12320361.
HSL color Cylindrical-coordinate representation of color #69FEBB: hue angle of 153.02º 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 #69FEBB is Cyan = 0.59, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 105 | 254 | 187 | - |
| CMYK | 0.59 | 0 | 0.26 | 0.00 |
| HSL | 153.02º | 0.99% | 0.7% | - |
| HSV(B) | 153.02º | 0.59% | 1% | - |
| XYZ | 50.24 | 77.47 | 59.32 | - |
| YUV | 201.81 | 119.64 | 58.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 254 | 187 | 0.59 | 0 | 0.26 | 0.00 | 153.02 | 0.99 | 0.7 |
| Hex | 69 | FE | BB | 3B | 0 | 1A | 0 | 99 | 63 | 46 |
| Octal | 151 | 376 | 273 | 73 | 0 | 32 | 0 | 231 | 143 | 106 |
| Binary | 1101001 | 11111110 | 10111011 | 111011 | 0 | 11010 | 0 | 10011001 | 1100011 | 1000110 |
Color Harmonies of #69FEBB
Complementary color
Monochromatic Colors of #69FEBB
Black with #69FEBB
Text Example
Text Example
White with #69FEBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69FEBB; }
p { color: rgb(105,254,187); }
H1.HeaderClassName
{
color: #69FEBB;
}
.AnyTagClassName
{
color: #69FEBB;
}
</style>
background-color css
<style>
a { background-color: #69FEBB; }
a { background-color: rgb(105,254,187); }
div.DivClassName
{
background-color: #69FEBB;
}
.BgClassName
{
background-color: #69FEBB;
}
</style>
border-color css
<style>
span { border-color: #69FEBB; }
span { border-color: rgb(105,254,187); }
td.TdClassName
{
border-color: #69FEBB;
}
.TagClassName
{
border-color: #69FEBB;
}
</style>