Shades of Medium Aquamarine #69CBA7
Tints of Medium Aquamarine #69CBA7
RGB
CMYK
RGB Variations
Color information
#69CBA7 (or 0x69CBA7) is known color: Medium Aquamarine. HEX triplet: 69, CB and A7. RGB value is (105,203,167). Sum of RGB (Red+Green+Blue) = 105+203+167=475 (62% of max value = 765). Red value is 105 (41.41% from 255 or 22.11% from 475); Green value is 203 (79.69% from 255 or 42.74% from 475); Blue value is 167 (65.62% from 255 or 35.16% from 475); Max value from RGB is 203 - color contains mainly: green. Hex color #69CBA7 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #69CBA7 is #963458. Grayscale: #A9A9A9. Windows color (decimal): -9843801 or 10996585. OLE color: 10996585.
HSL color Cylindrical-coordinate representation of color #69CBA7: hue angle of 157.96º degrees, saturation: 0.49, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #69CBA7 is Cyan = 0.48, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 105 | 203 | 167 | - |
| CMYK | 0.48 | 0 | 0.18 | 0.20 |
| HSL | 157.96º | 0.49% | 0.6% | - |
| HSV(B) | 157.96º | 0.48% | 0.8% | - |
| XYZ | 34.16 | 48.51 | 44.12 | - |
| YUV | 169.59 | 126.53 | 81.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 203 | 167 | 0.48 | 0 | 0.18 | 0.20 | 157.96 | 0.49 | 0.6 |
| Hex | 69 | CB | A7 | 30 | 0 | 12 | 14 | 9E | 31 | 3C |
| Octal | 151 | 313 | 247 | 60 | 0 | 22 | 24 | 236 | 61 | 74 |
| Binary | 1101001 | 11001011 | 10100111 | 110000 | 0 | 10010 | 10100 | 10011110 | 110001 | 111100 |
Color Harmonies of #69CBA7
Complementary color
Monochromatic Colors of #69CBA7
Black with #69CBA7
Text Example
Text Example
White with #69CBA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69CBA7; }
p { color: rgb(105,203,167); }
H1.HeaderClassName
{
color: #69CBA7;
}
.AnyTagClassName
{
color: #69CBA7;
}
</style>
background-color css
<style>
a { background-color: #69CBA7; }
a { background-color: rgb(105,203,167); }
div.DivClassName
{
background-color: #69CBA7;
}
.BgClassName
{
background-color: #69CBA7;
}
</style>
border-color css
<style>
span { border-color: #69CBA7; }
span { border-color: rgb(105,203,167); }
td.TdClassName
{
border-color: #69CBA7;
}
.TagClassName
{
border-color: #69CBA7;
}
</style>