Shades of Aquamarine #69FBC2
Tints of Aquamarine #69FBC2
RGB
CMYK
RGB Variations
Color information
#69FBC2 (or 0x69FBC2) is known color: Aquamarine. HEX triplet: 69, FB and C2. RGB value is (105,251,194). Sum of RGB (Red+Green+Blue) = 105+251+194=550 (72% of max value = 765). Red value is 105 (41.41% from 255 or 19.09% from 550); Green value is 251 (98.44% from 255 or 45.64% from 550); Blue value is 194 (76.17% from 255 or 35.27% from 550); Max value from RGB is 251 - color contains mainly: green. Hex color #69FBC2 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #69FBC2 is #96043D. Grayscale: #C8C8C8. Windows color (decimal): -9831486 or 12778345. OLE color: 12778345.
HSL color Cylindrical-coordinate representation of color #69FBC2: hue angle of 156.58º degrees, saturation: 0.95, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #69FBC2 is Cyan = 0.58, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 105 | 251 | 194 | - |
| CMYK | 0.58 | 0 | 0.23 | 0.02 |
| HSL | 156.58º | 0.95% | 0.7% | - |
| HSV(B) | 156.58º | 0.58% | 0.98% | - |
| XYZ | 50.06 | 75.89 | 63.05 | - |
| YUV | 200.85 | 124.13 | 59.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 251 | 194 | 0.58 | 0 | 0.23 | 0.02 | 156.58 | 0.95 | 0.7 |
| Hex | 69 | FB | C2 | 3A | 0 | 17 | 2 | 9D | 5F | 46 |
| Octal | 151 | 373 | 302 | 72 | 0 | 27 | 2 | 235 | 137 | 106 |
| Binary | 1101001 | 11111011 | 11000010 | 111010 | 0 | 10111 | 10 | 10011101 | 1011111 | 1000110 |
Color Harmonies of #69FBC2
Complementary color
Monochromatic Colors of #69FBC2
Black with #69FBC2
Text Example
Text Example
White with #69FBC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69FBC2; }
p { color: rgb(105,251,194); }
H1.HeaderClassName
{
color: #69FBC2;
}
.AnyTagClassName
{
color: #69FBC2;
}
</style>
background-color css
<style>
a { background-color: #69FBC2; }
a { background-color: rgb(105,251,194); }
div.DivClassName
{
background-color: #69FBC2;
}
.BgClassName
{
background-color: #69FBC2;
}
</style>
border-color css
<style>
span { border-color: #69FBC2; }
span { border-color: rgb(105,251,194); }
td.TdClassName
{
border-color: #69FBC2;
}
.TagClassName
{
border-color: #69FBC2;
}
</style>