Shades of Medium Aquamarine #69DF99
Tints of Medium Aquamarine #69DF99
RGB
CMYK
RGB Variations
Color information
#69DF99 (or 0x69DF99) is known color: Medium Aquamarine. HEX triplet: 69, DF and 99. RGB value is (105,223,153). Sum of RGB (Red+Green+Blue) = 105+223+153=481 (63% of max value = 765). Red value is 105 (41.41% from 255 or 21.83% from 481); Green value is 223 (87.5% from 255 or 46.36% from 481); Blue value is 153 (60.16% from 255 or 31.81% from 481); Max value from RGB is 223 - color contains mainly: green. Hex color #69DF99 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #69DF99 is #962066. Grayscale: #B3B3B3. Windows color (decimal): -9838695 or 10084201. OLE color: 10084201.
HSL color Cylindrical-coordinate representation of color #69DF99: hue angle of 144.41º degrees, saturation: 0.65, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #69DF99 is Cyan = 0.53, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 105 | 223 | 153 | - |
| CMYK | 0.53 | 0 | 0.31 | 0.13 |
| HSL | 144.41º | 0.65% | 0.64% | - |
| HSV(B) | 144.41º | 0.53% | 0.87% | - |
| XYZ | 37.96 | 58.08 | 39.35 | - |
| YUV | 179.74 | 112.91 | 74.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 223 | 153 | 0.53 | 0 | 0.31 | 0.13 | 144.41 | 0.65 | 0.64 |
| Hex | 69 | DF | 99 | 35 | 0 | 1F | D | 90 | 41 | 40 |
| Octal | 151 | 337 | 231 | 65 | 0 | 37 | 15 | 220 | 101 | 100 |
| Binary | 1101001 | 11011111 | 10011001 | 110101 | 0 | 11111 | 1101 | 10010000 | 1000001 | 1000000 |
Color Harmonies of #69DF99
Complementary color
Monochromatic Colors of #69DF99
Black with #69DF99
Text Example
Text Example
White with #69DF99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69DF99; }
p { color: rgb(105,223,153); }
H1.HeaderClassName
{
color: #69DF99;
}
.AnyTagClassName
{
color: #69DF99;
}
</style>
background-color css
<style>
a { background-color: #69DF99; }
a { background-color: rgb(105,223,153); }
div.DivClassName
{
background-color: #69DF99;
}
.BgClassName
{
background-color: #69DF99;
}
</style>
border-color css
<style>
span { border-color: #69DF99; }
span { border-color: rgb(105,223,153); }
td.TdClassName
{
border-color: #69DF99;
}
.TagClassName
{
border-color: #69DF99;
}
</style>