Shades of Medium Aquamarine #69DFB2
Tints of Medium Aquamarine #69DFB2
RGB
CMYK
RGB Variations
Color information
#69DFB2 (or 0x69DFB2) is known color: Medium Aquamarine. HEX triplet: 69, DF and B2. RGB value is (105,223,178). Sum of RGB (Red+Green+Blue) = 105+223+178=506 (67% of max value = 765). Red value is 105 (41.41% from 255 or 20.75% from 506); Green value is 223 (87.5% from 255 or 44.07% from 506); Blue value is 178 (69.92% from 255 or 35.18% from 506); Max value from RGB is 223 - color contains mainly: green. Hex color #69DFB2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #69DFB2 is #96204D. Grayscale: #B6B6B6. Windows color (decimal): -9838670 or 11722601. OLE color: 11722601.
HSL color Cylindrical-coordinate representation of color #69DFB2: hue angle of 157.12º degrees, saturation: 0.65, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #69DFB2 is Cyan = 0.53, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 105 | 223 | 178 | - |
| CMYK | 0.53 | 0 | 0.20 | 0.13 |
| HSL | 157.12º | 0.65% | 0.64% | - |
| HSV(B) | 157.12º | 0.53% | 0.87% | - |
| XYZ | 40.25 | 58.99 | 51.38 | - |
| YUV | 182.59 | 125.41 | 72.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 223 | 178 | 0.53 | 0 | 0.20 | 0.13 | 157.12 | 0.65 | 0.64 |
| Hex | 69 | DF | B2 | 35 | 0 | 14 | D | 9D | 41 | 40 |
| Octal | 151 | 337 | 262 | 65 | 0 | 24 | 15 | 235 | 101 | 100 |
| Binary | 1101001 | 11011111 | 10110010 | 110101 | 0 | 10100 | 1101 | 10011101 | 1000001 | 1000000 |
Color Harmonies of #69DFB2
Complementary color
Monochromatic Colors of #69DFB2
Black with #69DFB2
Text Example
Text Example
White with #69DFB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69DFB2; }
p { color: rgb(105,223,178); }
H1.HeaderClassName
{
color: #69DFB2;
}
.AnyTagClassName
{
color: #69DFB2;
}
</style>
background-color css
<style>
a { background-color: #69DFB2; }
a { background-color: rgb(105,223,178); }
div.DivClassName
{
background-color: #69DFB2;
}
.BgClassName
{
background-color: #69DFB2;
}
</style>
border-color css
<style>
span { border-color: #69DFB2; }
span { border-color: rgb(105,223,178); }
td.TdClassName
{
border-color: #69DFB2;
}
.TagClassName
{
border-color: #69DFB2;
}
</style>