Shades of Medium Aquamarine #69CFB0
Tints of Medium Aquamarine #69CFB0
RGB
CMYK
RGB Variations
Color information
#69CFB0 (or 0x69CFB0) is known color: Medium Aquamarine. HEX triplet: 69, CF and B0. RGB value is (105,207,176). Sum of RGB (Red+Green+Blue) = 105+207+176=488 (64% of max value = 765). Red value is 105 (41.41% from 255 or 21.52% from 488); Green value is 207 (81.25% from 255 or 42.42% from 488); Blue value is 176 (69.14% from 255 or 36.07% from 488); Max value from RGB is 207 - color contains mainly: green. Hex color #69CFB0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #69CFB0 is #96304F. Grayscale: #ACACAC. Windows color (decimal): -9842768 or 11587433. OLE color: 11587433.
HSL color Cylindrical-coordinate representation of color #69CFB0: hue angle of 161.76º degrees, saturation: 0.52, 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 #69CFB0 is Cyan = 0.49, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 105 | 207 | 176 | - |
| CMYK | 0.49 | 0 | 0.15 | 0.19 |
| HSL | 161.76º | 0.52% | 0.61% | - |
| HSV(B) | 161.76º | 0.49% | 0.81% | - |
| XYZ | 35.98 | 50.76 | 48.98 | - |
| YUV | 172.97 | 129.71 | 79.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 207 | 176 | 0.49 | 0 | 0.15 | 0.19 | 161.76 | 0.52 | 0.61 |
| Hex | 69 | CF | B0 | 31 | 0 | F | 13 | A2 | 34 | 3D |
| Octal | 151 | 317 | 260 | 61 | 0 | 17 | 23 | 242 | 64 | 75 |
| Binary | 1101001 | 11001111 | 10110000 | 110001 | 0 | 1111 | 10011 | 10100010 | 110100 | 111101 |
Color Harmonies of #69CFB0
Complementary color
Monochromatic Colors of #69CFB0
Black with #69CFB0
Text Example
Text Example
White with #69CFB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69CFB0; }
p { color: rgb(105,207,176); }
H1.HeaderClassName
{
color: #69CFB0;
}
.AnyTagClassName
{
color: #69CFB0;
}
</style>
background-color css
<style>
a { background-color: #69CFB0; }
a { background-color: rgb(105,207,176); }
div.DivClassName
{
background-color: #69CFB0;
}
.BgClassName
{
background-color: #69CFB0;
}
</style>
border-color css
<style>
span { border-color: #69CFB0; }
span { border-color: rgb(105,207,176); }
td.TdClassName
{
border-color: #69CFB0;
}
.TagClassName
{
border-color: #69CFB0;
}
</style>