Shades of Medium Aquamarine #69CEB2
Tints of Medium Aquamarine #69CEB2
RGB
CMYK
RGB Variations
Color information
#69CEB2 (or 0x69CEB2) is known color: Medium Aquamarine. HEX triplet: 69, CE and B2. RGB value is (105,206,178). Sum of RGB (Red+Green+Blue) = 105+206+178=489 (64% of max value = 765). Red value is 105 (41.41% from 255 or 21.47% from 489); Green value is 206 (80.86% from 255 or 42.13% from 489); Blue value is 178 (69.92% from 255 or 36.40% from 489); Max value from RGB is 206 - color contains mainly: green. Hex color #69CEB2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #69CEB2 is #96314D. Grayscale: #ACACAC. Windows color (decimal): -9843022 or 11718249. OLE color: 11718249.
HSL color Cylindrical-coordinate representation of color #69CEB2: hue angle of 163.37º 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 #69CEB2 is Cyan = 0.49, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 105 | 206 | 178 | - |
| CMYK | 0.49 | 0 | 0.14 | 0.19 |
| HSL | 163.37º | 0.51% | 0.61% | - |
| HSV(B) | 163.37º | 0.49% | 0.81% | - |
| XYZ | 35.93 | 50.36 | 49.95 | - |
| YUV | 172.61 | 131.04 | 79.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 206 | 178 | 0.49 | 0 | 0.14 | 0.19 | 163.37 | 0.51 | 0.61 |
| Hex | 69 | CE | B2 | 31 | 0 | E | 13 | A3 | 33 | 3D |
| Octal | 151 | 316 | 262 | 61 | 0 | 16 | 23 | 243 | 63 | 75 |
| Binary | 1101001 | 11001110 | 10110010 | 110001 | 0 | 1110 | 10011 | 10100011 | 110011 | 111101 |
Color Harmonies of #69CEB2
Complementary color
Monochromatic Colors of #69CEB2
Black with #69CEB2
Text Example
Text Example
White with #69CEB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69CEB2; }
p { color: rgb(105,206,178); }
H1.HeaderClassName
{
color: #69CEB2;
}
.AnyTagClassName
{
color: #69CEB2;
}
</style>
background-color css
<style>
a { background-color: #69CEB2; }
a { background-color: rgb(105,206,178); }
div.DivClassName
{
background-color: #69CEB2;
}
.BgClassName
{
background-color: #69CEB2;
}
</style>
border-color css
<style>
span { border-color: #69CEB2; }
span { border-color: rgb(105,206,178); }
td.TdClassName
{
border-color: #69CEB2;
}
.TagClassName
{
border-color: #69CEB2;
}
</style>