Shades of Medium Aquamarine #69CB9E
Tints of Medium Aquamarine #69CB9E
RGB
CMYK
RGB Variations
Color information
#69CB9E (or 0x69CB9E) is known color: Medium Aquamarine. HEX triplet: 69, CB and 9E. RGB value is (105,203,158). Sum of RGB (Red+Green+Blue) = 105+203+158=466 (61% of max value = 765). Red value is 105 (41.41% from 255 or 22.53% from 466); Green value is 203 (79.69% from 255 or 43.56% from 466); Blue value is 158 (62.11% from 255 or 33.91% from 466); Max value from RGB is 203 - color contains mainly: green. Hex color #69CB9E is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #69CB9E is #963461. Grayscale: #A8A8A8. Windows color (decimal): -9843810 or 10406761. OLE color: 10406761.
HSL color Cylindrical-coordinate representation of color #69CB9E: hue angle of 152.45º degrees, saturation: 0.49, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #69CB9E is Cyan = 0.48, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 105 | 203 | 158 | - |
| CMYK | 0.48 | 0 | 0.22 | 0.20 |
| HSL | 152.45º | 0.49% | 0.6% | - |
| HSV(B) | 152.45º | 0.48% | 0.8% | - |
| XYZ | 33.35 | 48.18 | 39.89 | - |
| YUV | 168.57 | 122.03 | 82.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 203 | 158 | 0.48 | 0 | 0.22 | 0.20 | 152.45 | 0.49 | 0.6 |
| Hex | 69 | CB | 9E | 30 | 0 | 16 | 14 | 98 | 31 | 3C |
| Octal | 151 | 313 | 236 | 60 | 0 | 26 | 24 | 230 | 61 | 74 |
| Binary | 1101001 | 11001011 | 10011110 | 110000 | 0 | 10110 | 10100 | 10011000 | 110001 | 111100 |
Color Harmonies of #69CB9E
Complementary color
Monochromatic Colors of #69CB9E
Black with #69CB9E
Text Example
Text Example
White with #69CB9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69CB9E; }
p { color: rgb(105,203,158); }
H1.HeaderClassName
{
color: #69CB9E;
}
.AnyTagClassName
{
color: #69CB9E;
}
</style>
background-color css
<style>
a { background-color: #69CB9E; }
a { background-color: rgb(105,203,158); }
div.DivClassName
{
background-color: #69CB9E;
}
.BgClassName
{
background-color: #69CB9E;
}
</style>
border-color css
<style>
span { border-color: #69CB9E; }
span { border-color: rgb(105,203,158); }
td.TdClassName
{
border-color: #69CB9E;
}
.TagClassName
{
border-color: #69CB9E;
}
</style>