Shades of Medium Aquamarine #69C8B2
Tints of Medium Aquamarine #69C8B2
RGB
CMYK
RGB Variations
Color information
#69C8B2 (or 0x69C8B2) is known color: Medium Aquamarine. HEX triplet: 69, C8 and B2. RGB value is (105,200,178). Sum of RGB (Red+Green+Blue) = 105+200+178=483 (63% of max value = 765). Red value is 105 (41.41% from 255 or 21.74% from 483); Green value is 200 (78.52% from 255 or 41.41% from 483); Blue value is 178 (69.92% from 255 or 36.85% from 483); Max value from RGB is 200 - color contains mainly: green. Hex color #69C8B2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #69C8B2 is #96374D. Grayscale: #A9A9A9. Windows color (decimal): -9844558 or 11716713. OLE color: 11716713.
HSL color Cylindrical-coordinate representation of color #69C8B2: hue angle of 166.11º degrees, saturation: 0.46, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #69C8B2 is Cyan = 0.48, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 105 | 200 | 178 | - |
| CMYK | 0.48 | 0 | 0.11 | 0.22 |
| HSL | 166.11º | 0.46% | 0.6% | - |
| HSV(B) | 166.11º | 0.48% | 0.78% | - |
| XYZ | 34.52 | 47.53 | 49.47 | - |
| YUV | 169.09 | 133.03 | 82.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 200 | 178 | 0.48 | 0 | 0.11 | 0.22 | 166.11 | 0.46 | 0.6 |
| Hex | 69 | C8 | B2 | 30 | 0 | B | 16 | A6 | 2E | 3C |
| Octal | 151 | 310 | 262 | 60 | 0 | 13 | 26 | 246 | 56 | 74 |
| Binary | 1101001 | 11001000 | 10110010 | 110000 | 0 | 1011 | 10110 | 10100110 | 101110 | 111100 |
Color Harmonies of #69C8B2
Complementary color
Monochromatic Colors of #69C8B2
Black with #69C8B2
Text Example
Text Example
White with #69C8B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69C8B2; }
p { color: rgb(105,200,178); }
H1.HeaderClassName
{
color: #69C8B2;
}
.AnyTagClassName
{
color: #69C8B2;
}
</style>
background-color css
<style>
a { background-color: #69C8B2; }
a { background-color: rgb(105,200,178); }
div.DivClassName
{
background-color: #69C8B2;
}
.BgClassName
{
background-color: #69C8B2;
}
</style>
border-color css
<style>
span { border-color: #69C8B2; }
span { border-color: rgb(105,200,178); }
td.TdClassName
{
border-color: #69C8B2;
}
.TagClassName
{
border-color: #69C8B2;
}
</style>