Shades of Medium Aquamarine #69CFB2
Tints of Medium Aquamarine #69CFB2
RGB
CMYK
RGB Variations
Color information
#69CFB2 (or 0x69CFB2) is known color: Medium Aquamarine. HEX triplet: 69, CF and B2. RGB value is (105,207,178). Sum of RGB (Red+Green+Blue) = 105+207+178=490 (64% of max value = 765). Red value is 105 (41.41% from 255 or 21.43% from 490); Green value is 207 (81.25% from 255 or 42.24% from 490); Blue value is 178 (69.92% from 255 or 36.33% from 490); Max value from RGB is 207 - color contains mainly: green. Hex color #69CFB2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #69CFB2 is #96304D. Grayscale: #ADADAD. Windows color (decimal): -9842766 or 11718505. OLE color: 11718505.
HSL color Cylindrical-coordinate representation of color #69CFB2: hue angle of 162.94º 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 #69CFB2 is Cyan = 0.49, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 105 | 207 | 178 | - |
| CMYK | 0.49 | 0 | 0.14 | 0.19 |
| HSL | 162.94º | 0.52% | 0.61% | - |
| HSV(B) | 162.94º | 0.49% | 0.81% | - |
| XYZ | 36.17 | 50.84 | 50.03 | - |
| YUV | 173.2 | 130.71 | 79.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 207 | 178 | 0.49 | 0 | 0.14 | 0.19 | 162.94 | 0.52 | 0.61 |
| Hex | 69 | CF | B2 | 31 | 0 | E | 13 | A3 | 34 | 3D |
| Octal | 151 | 317 | 262 | 61 | 0 | 16 | 23 | 243 | 64 | 75 |
| Binary | 1101001 | 11001111 | 10110010 | 110001 | 0 | 1110 | 10011 | 10100011 | 110100 | 111101 |
Color Harmonies of #69CFB2
Complementary color
Monochromatic Colors of #69CFB2
Black with #69CFB2
Text Example
Text Example
White with #69CFB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69CFB2; }
p { color: rgb(105,207,178); }
H1.HeaderClassName
{
color: #69CFB2;
}
.AnyTagClassName
{
color: #69CFB2;
}
</style>
background-color css
<style>
a { background-color: #69CFB2; }
a { background-color: rgb(105,207,178); }
div.DivClassName
{
background-color: #69CFB2;
}
.BgClassName
{
background-color: #69CFB2;
}
</style>
border-color css
<style>
span { border-color: #69CFB2; }
span { border-color: rgb(105,207,178); }
td.TdClassName
{
border-color: #69CFB2;
}
.TagClassName
{
border-color: #69CFB2;
}
</style>