Shades of Medium Aquamarine #69DBB2
Tints of Medium Aquamarine #69DBB2
RGB
CMYK
RGB Variations
Color information
#69DBB2 (or 0x69DBB2) is known color: Medium Aquamarine. HEX triplet: 69, DB and B2. RGB value is (105,219,178). Sum of RGB (Red+Green+Blue) = 105+219+178=502 (66% of max value = 765). Red value is 105 (41.41% from 255 or 20.92% from 502); Green value is 219 (85.94% from 255 or 43.63% from 502); Blue value is 178 (69.92% from 255 or 35.46% from 502); Max value from RGB is 219 - color contains mainly: green. Hex color #69DBB2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #69DBB2 is #96244D. Grayscale: #B4B4B4. Windows color (decimal): -9839694 or 11721577. OLE color: 11721577.
HSL color Cylindrical-coordinate representation of color #69DBB2: hue angle of 158.42º degrees, saturation: 0.61, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #69DBB2 is Cyan = 0.52, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 105 | 219 | 178 | - |
| CMYK | 0.52 | 0 | 0.19 | 0.14 |
| HSL | 158.42º | 0.61% | 0.64% | - |
| HSV(B) | 158.42º | 0.52% | 0.86% | - |
| XYZ | 39.19 | 56.88 | 51.03 | - |
| YUV | 180.24 | 126.73 | 74.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 219 | 178 | 0.52 | 0 | 0.19 | 0.14 | 158.42 | 0.61 | 0.64 |
| Hex | 69 | DB | B2 | 34 | 0 | 13 | E | 9E | 3D | 40 |
| Octal | 151 | 333 | 262 | 64 | 0 | 23 | 16 | 236 | 75 | 100 |
| Binary | 1101001 | 11011011 | 10110010 | 110100 | 0 | 10011 | 1110 | 10011110 | 111101 | 1000000 |
Color Harmonies of #69DBB2
Complementary color
Monochromatic Colors of #69DBB2
Black with #69DBB2
Text Example
Text Example
White with #69DBB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69DBB2; }
p { color: rgb(105,219,178); }
H1.HeaderClassName
{
color: #69DBB2;
}
.AnyTagClassName
{
color: #69DBB2;
}
</style>
background-color css
<style>
a { background-color: #69DBB2; }
a { background-color: rgb(105,219,178); }
div.DivClassName
{
background-color: #69DBB2;
}
.BgClassName
{
background-color: #69DBB2;
}
</style>
border-color css
<style>
span { border-color: #69DBB2; }
span { border-color: rgb(105,219,178); }
td.TdClassName
{
border-color: #69DBB2;
}
.TagClassName
{
border-color: #69DBB2;
}
</style>