Shades of Medium Aquamarine #69BFA4
Tints of Medium Aquamarine #69BFA4
RGB
CMYK
RGB Variations
Color information
#69BFA4 (or 0x69BFA4) is known color: Medium Aquamarine. HEX triplet: 69, BF and A4. RGB value is (105,191,164). Sum of RGB (Red+Green+Blue) = 105+191+164=460 (60% of max value = 765). Red value is 105 (41.41% from 255 or 22.83% from 460); Green value is 191 (75% from 255 or 41.52% from 460); Blue value is 164 (64.45% from 255 or 35.65% from 460); Max value from RGB is 191 - color contains mainly: green. Hex color #69BFA4 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #69BFA4 is #96405B. Grayscale: #A2A2A2. Windows color (decimal): -9846876 or 10796905. OLE color: 10796905.
HSL color Cylindrical-coordinate representation of color #69BFA4: hue angle of 161.16º degrees, saturation: 0.4, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #69BFA4 is Cyan = 0.45, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 105 | 191 | 164 | - |
| CMYK | 0.45 | 0 | 0.14 | 0.25 |
| HSL | 161.16º | 0.4% | 0.58% | - |
| HSV(B) | 161.16º | 0.45% | 0.75% | - |
| XYZ | 31.16 | 42.95 | 41.77 | - |
| YUV | 162.21 | 129.01 | 87.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 191 | 164 | 0.45 | 0 | 0.14 | 0.25 | 161.16 | 0.4 | 0.58 |
| Hex | 69 | BF | A4 | 2D | 0 | E | 19 | A1 | 28 | 3A |
| Octal | 151 | 277 | 244 | 55 | 0 | 16 | 31 | 241 | 50 | 72 |
| Binary | 1101001 | 10111111 | 10100100 | 101101 | 0 | 1110 | 11001 | 10100001 | 101000 | 111010 |
Color Harmonies of #69BFA4
Complementary color
Monochromatic Colors of #69BFA4
Black with #69BFA4
Text Example
Text Example
White with #69BFA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69BFA4; }
p { color: rgb(105,191,164); }
H1.HeaderClassName
{
color: #69BFA4;
}
.AnyTagClassName
{
color: #69BFA4;
}
</style>
background-color css
<style>
a { background-color: #69BFA4; }
a { background-color: rgb(105,191,164); }
div.DivClassName
{
background-color: #69BFA4;
}
.BgClassName
{
background-color: #69BFA4;
}
</style>
border-color css
<style>
span { border-color: #69BFA4; }
span { border-color: rgb(105,191,164); }
td.TdClassName
{
border-color: #69BFA4;
}
.TagClassName
{
border-color: #69BFA4;
}
</style>