Shades of Medium Aquamarine #69CEA2
Tints of Medium Aquamarine #69CEA2
RGB
CMYK
RGB Variations
Color information
#69CEA2 (or 0x69CEA2) is known color: Medium Aquamarine. HEX triplet: 69, CE and A2. RGB value is (105,206,162). Sum of RGB (Red+Green+Blue) = 105+206+162=473 (62% of max value = 765). Red value is 105 (41.41% from 255 or 22.20% from 473); Green value is 206 (80.86% from 255 or 43.55% from 473); Blue value is 162 (63.67% from 255 or 34.25% from 473); Max value from RGB is 206 - color contains mainly: green. Hex color #69CEA2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #69CEA2 is #96315D. Grayscale: #AAAAAA. Windows color (decimal): -9843038 or 10669673. OLE color: 10669673.
HSL color Cylindrical-coordinate representation of color #69CEA2: hue angle of 153.86º 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 #69CEA2 is Cyan = 0.49, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 105 | 206 | 162 | - |
| CMYK | 0.49 | 0 | 0.21 | 0.19 |
| HSL | 153.86º | 0.51% | 0.61% | - |
| HSV(B) | 153.86º | 0.49% | 0.81% | - |
| XYZ | 34.42 | 49.75 | 41.97 | - |
| YUV | 170.79 | 123.04 | 81.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 206 | 162 | 0.49 | 0 | 0.21 | 0.19 | 153.86 | 0.51 | 0.61 |
| Hex | 69 | CE | A2 | 31 | 0 | 15 | 13 | 9A | 33 | 3D |
| Octal | 151 | 316 | 242 | 61 | 0 | 25 | 23 | 232 | 63 | 75 |
| Binary | 1101001 | 11001110 | 10100010 | 110001 | 0 | 10101 | 10011 | 10011010 | 110011 | 111101 |
Color Harmonies of #69CEA2
Complementary color
Monochromatic Colors of #69CEA2
Black with #69CEA2
Text Example
Text Example
White with #69CEA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69CEA2; }
p { color: rgb(105,206,162); }
H1.HeaderClassName
{
color: #69CEA2;
}
.AnyTagClassName
{
color: #69CEA2;
}
</style>
background-color css
<style>
a { background-color: #69CEA2; }
a { background-color: rgb(105,206,162); }
div.DivClassName
{
background-color: #69CEA2;
}
.BgClassName
{
background-color: #69CEA2;
}
</style>
border-color css
<style>
span { border-color: #69CEA2; }
span { border-color: rgb(105,206,162); }
td.TdClassName
{
border-color: #69CEA2;
}
.TagClassName
{
border-color: #69CEA2;
}
</style>