Shades of Medium Aquamarine #69ED9B
Tints of Medium Aquamarine #69ED9B
RGB
CMYK
RGB Variations
Color information
#69ED9B (or 0x69ED9B) is known color: Medium Aquamarine. HEX triplet: 69, ED and 9B. RGB value is (105,237,155). Sum of RGB (Red+Green+Blue) = 105+237+155=497 (65% of max value = 765). Red value is 105 (41.41% from 255 or 21.13% from 497); Green value is 237 (92.97% from 255 or 47.69% from 497); Blue value is 155 (60.94% from 255 or 31.19% from 497); Max value from RGB is 237 - color contains mainly: green. Hex color #69ED9B is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #69ED9B is #961264. Grayscale: #BCBCBC. Windows color (decimal): -9835109 or 10218857. OLE color: 10218857.
HSL color Cylindrical-coordinate representation of color #69ED9B: hue angle of 142.73º degrees, saturation: 0.79, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #69ED9B is Cyan = 0.56, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 105 | 237 | 155 | - |
| CMYK | 0.56 | 0 | 0.35 | 0.07 |
| HSL | 142.73º | 0.79% | 0.67% | - |
| HSV(B) | 142.73º | 0.56% | 0.93% | - |
| XYZ | 42.03 | 65.94 | 41.52 | - |
| YUV | 188.18 | 109.27 | 68.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 237 | 155 | 0.56 | 0 | 0.35 | 0.07 | 142.73 | 0.79 | 0.67 |
| Hex | 69 | ED | 9B | 38 | 0 | 23 | 7 | 8F | 4F | 43 |
| Octal | 151 | 355 | 233 | 70 | 0 | 43 | 7 | 217 | 117 | 103 |
| Binary | 1101001 | 11101101 | 10011011 | 111000 | 0 | 100011 | 111 | 10001111 | 1001111 | 1000011 |
Color Harmonies of #69ED9B
Complementary color
Monochromatic Colors of #69ED9B
Black with #69ED9B
Text Example
Text Example
White with #69ED9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69ED9B; }
p { color: rgb(105,237,155); }
H1.HeaderClassName
{
color: #69ED9B;
}
.AnyTagClassName
{
color: #69ED9B;
}
</style>
background-color css
<style>
a { background-color: #69ED9B; }
a { background-color: rgb(105,237,155); }
div.DivClassName
{
background-color: #69ED9B;
}
.BgClassName
{
background-color: #69ED9B;
}
</style>
border-color css
<style>
span { border-color: #69ED9B; }
span { border-color: rgb(105,237,155); }
td.TdClassName
{
border-color: #69ED9B;
}
.TagClassName
{
border-color: #69ED9B;
}
</style>