Shades of Medium Aquamarine #69BFA7
Tints of Medium Aquamarine #69BFA7
RGB
CMYK
RGB Variations
Color information
#69BFA7 (or 0x69BFA7) is known color: Medium Aquamarine. HEX triplet: 69, BF and A7. RGB value is (105,191,167). Sum of RGB (Red+Green+Blue) = 105+191+167=463 (61% of max value = 765). Red value is 105 (41.41% from 255 or 22.68% from 463); Green value is 191 (75% from 255 or 41.25% from 463); Blue value is 167 (65.62% from 255 or 36.07% from 463); Max value from RGB is 191 - color contains mainly: green. Hex color #69BFA7 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #69BFA7 is #964058. Grayscale: #A2A2A2. Windows color (decimal): -9846873 or 10993513. OLE color: 10993513.
HSL color Cylindrical-coordinate representation of color #69BFA7: hue angle of 163.26º degrees, saturation: 0.4, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #69BFA7 is Cyan = 0.45, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 105 | 191 | 167 | - |
| CMYK | 0.45 | 0 | 0.13 | 0.25 |
| HSL | 163.26º | 0.4% | 0.58% | - |
| HSV(B) | 163.26º | 0.45% | 0.75% | - |
| XYZ | 31.43 | 43.05 | 43.21 | - |
| YUV | 162.55 | 130.51 | 86.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 191 | 167 | 0.45 | 0 | 0.13 | 0.25 | 163.26 | 0.4 | 0.58 |
| Hex | 69 | BF | A7 | 2D | 0 | D | 19 | A3 | 28 | 3A |
| Octal | 151 | 277 | 247 | 55 | 0 | 15 | 31 | 243 | 50 | 72 |
| Binary | 1101001 | 10111111 | 10100111 | 101101 | 0 | 1101 | 11001 | 10100011 | 101000 | 111010 |
Color Harmonies of #69BFA7
Complementary color
Monochromatic Colors of #69BFA7
Black with #69BFA7
Text Example
Text Example
White with #69BFA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69BFA7; }
p { color: rgb(105,191,167); }
H1.HeaderClassName
{
color: #69BFA7;
}
.AnyTagClassName
{
color: #69BFA7;
}
</style>
background-color css
<style>
a { background-color: #69BFA7; }
a { background-color: rgb(105,191,167); }
div.DivClassName
{
background-color: #69BFA7;
}
.BgClassName
{
background-color: #69BFA7;
}
</style>
border-color css
<style>
span { border-color: #69BFA7; }
span { border-color: rgb(105,191,167); }
td.TdClassName
{
border-color: #69BFA7;
}
.TagClassName
{
border-color: #69BFA7;
}
</style>