Shades of Medium Aquamarine #69CE9C
Tints of Medium Aquamarine #69CE9C
RGB
CMYK
RGB Variations
Color information
#69CE9C (or 0x69CE9C) is known color: Medium Aquamarine. HEX triplet: 69, CE and 9C. RGB value is (105,206,156). Sum of RGB (Red+Green+Blue) = 105+206+156=467 (61% of max value = 765). Red value is 105 (41.41% from 255 or 22.48% from 467); Green value is 206 (80.86% from 255 or 44.11% from 467); Blue value is 156 (61.33% from 255 or 33.40% from 467); Max value from RGB is 206 - color contains mainly: green. Hex color #69CE9C is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #69CE9C is #963163. Grayscale: #AAAAAA. Windows color (decimal): -9843044 or 10276457. OLE color: 10276457.
HSL color Cylindrical-coordinate representation of color #69CE9C: hue angle of 150.3º degrees, saturation: 0.51, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #69CE9C is Cyan = 0.49, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 105 | 206 | 156 | - |
| CMYK | 0.49 | 0 | 0.24 | 0.19 |
| HSL | 150.3º | 0.51% | 0.61% | - |
| HSV(B) | 150.3º | 0.49% | 0.81% | - |
| XYZ | 33.9 | 49.55 | 39.23 | - |
| YUV | 170.1 | 120.04 | 81.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 206 | 156 | 0.49 | 0 | 0.24 | 0.19 | 150.3 | 0.51 | 0.61 |
| Hex | 69 | CE | 9C | 31 | 0 | 18 | 13 | 96 | 33 | 3D |
| Octal | 151 | 316 | 234 | 61 | 0 | 30 | 23 | 226 | 63 | 75 |
| Binary | 1101001 | 11001110 | 10011100 | 110001 | 0 | 11000 | 10011 | 10010110 | 110011 | 111101 |
Color Harmonies of #69CE9C
Complementary color
Monochromatic Colors of #69CE9C
Black with #69CE9C
Text Example
Text Example
White with #69CE9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69CE9C; }
p { color: rgb(105,206,156); }
H1.HeaderClassName
{
color: #69CE9C;
}
.AnyTagClassName
{
color: #69CE9C;
}
</style>
background-color css
<style>
a { background-color: #69CE9C; }
a { background-color: rgb(105,206,156); }
div.DivClassName
{
background-color: #69CE9C;
}
.BgClassName
{
background-color: #69CE9C;
}
</style>
border-color css
<style>
span { border-color: #69CE9C; }
span { border-color: rgb(105,206,156); }
td.TdClassName
{
border-color: #69CE9C;
}
.TagClassName
{
border-color: #69CE9C;
}
</style>