Shades of Medium Aquamarine #69CFB1
Tints of Medium Aquamarine #69CFB1
RGB
CMYK
RGB Variations
Color information
#69CFB1 (or 0x69CFB1) is known color: Medium Aquamarine. HEX triplet: 69, CF and B1. RGB value is (105,207,177). Sum of RGB (Red+Green+Blue) = 105+207+177=489 (64% of max value = 765). Red value is 105 (41.41% from 255 or 21.47% from 489); Green value is 207 (81.25% from 255 or 42.33% from 489); Blue value is 177 (69.53% from 255 or 36.20% from 489); Max value from RGB is 207 - color contains mainly: green. Hex color #69CFB1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #69CFB1 is #96304E. Grayscale: #ADADAD. Windows color (decimal): -9842767 or 11652969. OLE color: 11652969.
HSL color Cylindrical-coordinate representation of color #69CFB1: hue angle of 162.35º 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 #69CFB1 is Cyan = 0.49, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 105 | 207 | 177 | - |
| CMYK | 0.49 | 0 | 0.14 | 0.19 |
| HSL | 162.35º | 0.52% | 0.61% | - |
| HSV(B) | 162.35º | 0.49% | 0.81% | - |
| XYZ | 36.07 | 50.8 | 49.5 | - |
| YUV | 173.08 | 130.21 | 79.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 207 | 177 | 0.49 | 0 | 0.14 | 0.19 | 162.35 | 0.52 | 0.61 |
| Hex | 69 | CF | B1 | 31 | 0 | E | 13 | A2 | 34 | 3D |
| Octal | 151 | 317 | 261 | 61 | 0 | 16 | 23 | 242 | 64 | 75 |
| Binary | 1101001 | 11001111 | 10110001 | 110001 | 0 | 1110 | 10011 | 10100010 | 110100 | 111101 |
Color Harmonies of #69CFB1
Complementary color
Monochromatic Colors of #69CFB1
Black with #69CFB1
Text Example
Text Example
White with #69CFB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69CFB1; }
p { color: rgb(105,207,177); }
H1.HeaderClassName
{
color: #69CFB1;
}
.AnyTagClassName
{
color: #69CFB1;
}
</style>
background-color css
<style>
a { background-color: #69CFB1; }
a { background-color: rgb(105,207,177); }
div.DivClassName
{
background-color: #69CFB1;
}
.BgClassName
{
background-color: #69CFB1;
}
</style>
border-color css
<style>
span { border-color: #69CFB1; }
span { border-color: rgb(105,207,177); }
td.TdClassName
{
border-color: #69CFB1;
}
.TagClassName
{
border-color: #69CFB1;
}
</style>