Shades of Medium Aquamarine #69CF9F
Tints of Medium Aquamarine #69CF9F
RGB
CMYK
RGB Variations
Color information
#69CF9F (or 0x69CF9F) is known color: Medium Aquamarine. HEX triplet: 69, CF and 9F. RGB value is (105,207,159). Sum of RGB (Red+Green+Blue) = 105+207+159=471 (62% of max value = 765). Red value is 105 (41.41% from 255 or 22.29% from 471); Green value is 207 (81.25% from 255 or 43.95% from 471); Blue value is 159 (62.5% from 255 or 33.76% from 471); Max value from RGB is 207 - color contains mainly: green. Hex color #69CF9F is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #69CF9F is #963060. Grayscale: #ABABAB. Windows color (decimal): -9842785 or 10473321. OLE color: 10473321.
HSL color Cylindrical-coordinate representation of color #69CF9F: hue angle of 151.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 #69CF9F is Cyan = 0.49, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 105 | 207 | 159 | - |
| CMYK | 0.49 | 0 | 0.23 | 0.19 |
| HSL | 151.76º | 0.52% | 0.61% | - |
| HSV(B) | 151.76º | 0.49% | 0.81% | - |
| XYZ | 34.4 | 50.13 | 40.66 | - |
| YUV | 171.03 | 121.21 | 80.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 207 | 159 | 0.49 | 0 | 0.23 | 0.19 | 151.76 | 0.52 | 0.61 |
| Hex | 69 | CF | 9F | 31 | 0 | 17 | 13 | 98 | 34 | 3D |
| Octal | 151 | 317 | 237 | 61 | 0 | 27 | 23 | 230 | 64 | 75 |
| Binary | 1101001 | 11001111 | 10011111 | 110001 | 0 | 10111 | 10011 | 10011000 | 110100 | 111101 |
Color Harmonies of #69CF9F
Complementary color
Monochromatic Colors of #69CF9F
Black with #69CF9F
Text Example
Text Example
White with #69CF9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69CF9F; }
p { color: rgb(105,207,159); }
H1.HeaderClassName
{
color: #69CF9F;
}
.AnyTagClassName
{
color: #69CF9F;
}
</style>
background-color css
<style>
a { background-color: #69CF9F; }
a { background-color: rgb(105,207,159); }
div.DivClassName
{
background-color: #69CF9F;
}
.BgClassName
{
background-color: #69CF9F;
}
</style>
border-color css
<style>
span { border-color: #69CF9F; }
span { border-color: rgb(105,207,159); }
td.TdClassName
{
border-color: #69CF9F;
}
.TagClassName
{
border-color: #69CF9F;
}
</style>