Shades of Medium Aquamarine #69EDB1
Tints of Medium Aquamarine #69EDB1
RGB
CMYK
RGB Variations
Color information
#69EDB1 (or 0x69EDB1) is known color: Medium Aquamarine. HEX triplet: 69, ED and B1. RGB value is (105,237,177). Sum of RGB (Red+Green+Blue) = 105+237+177=519 (68% of max value = 765). Red value is 105 (41.41% from 255 or 20.23% from 519); Green value is 237 (92.97% from 255 or 45.66% from 519); Blue value is 177 (69.53% from 255 or 34.10% from 519); Max value from RGB is 237 - color contains mainly: green. Hex color #69EDB1 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #69EDB1 is #96124E. Grayscale: #BEBEBE. Windows color (decimal): -9835087 or 11660649. OLE color: 11660649.
HSL color Cylindrical-coordinate representation of color #69EDB1: hue angle of 152.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 #69EDB1 is Cyan = 0.56, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 105 | 237 | 177 | - |
| CMYK | 0.56 | 0 | 0.25 | 0.07 |
| HSL | 152.73º | 0.79% | 0.67% | - |
| HSV(B) | 152.73º | 0.56% | 0.93% | - |
| XYZ | 44.05 | 66.75 | 52.16 | - |
| YUV | 190.69 | 120.27 | 66.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 237 | 177 | 0.56 | 0 | 0.25 | 0.07 | 152.73 | 0.79 | 0.67 |
| Hex | 69 | ED | B1 | 38 | 0 | 19 | 7 | 99 | 4F | 43 |
| Octal | 151 | 355 | 261 | 70 | 0 | 31 | 7 | 231 | 117 | 103 |
| Binary | 1101001 | 11101101 | 10110001 | 111000 | 0 | 11001 | 111 | 10011001 | 1001111 | 1000011 |
Color Harmonies of #69EDB1
Complementary color
Monochromatic Colors of #69EDB1
Black with #69EDB1
Text Example
Text Example
White with #69EDB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69EDB1; }
p { color: rgb(105,237,177); }
H1.HeaderClassName
{
color: #69EDB1;
}
.AnyTagClassName
{
color: #69EDB1;
}
</style>
background-color css
<style>
a { background-color: #69EDB1; }
a { background-color: rgb(105,237,177); }
div.DivClassName
{
background-color: #69EDB1;
}
.BgClassName
{
background-color: #69EDB1;
}
</style>
border-color css
<style>
span { border-color: #69EDB1; }
span { border-color: rgb(105,237,177); }
td.TdClassName
{
border-color: #69EDB1;
}
.TagClassName
{
border-color: #69EDB1;
}
</style>