Shades of Aquamarine #69FECB
Tints of Aquamarine #69FECB
RGB
CMYK
RGB Variations
Color information
#69FECB (or 0x69FECB) is known color: Aquamarine. HEX triplet: 69, FE and CB. RGB value is (105,254,203). Sum of RGB (Red+Green+Blue) = 105+254+203=562 (74% of max value = 765). Red value is 105 (41.41% from 255 or 18.68% from 562); Green value is 254 (99.61% from 255 or 45.20% from 562); Blue value is 203 (79.69% from 255 or 36.12% from 562); Max value from RGB is 254 - color contains mainly: green. Hex color #69FECB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #69FECB is #960134. Grayscale: #CBCBCB. Windows color (decimal): -9830709 or 13368937. OLE color: 13368937.
HSL color Cylindrical-coordinate representation of color #69FECB: hue angle of 159.46º degrees, saturation: 0.99, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #69FECB is Cyan = 0.59, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 105 | 254 | 203 | - |
| CMYK | 0.59 | 0 | 0.20 | 0.00 |
| HSL | 159.46º | 0.99% | 0.7% | - |
| HSV(B) | 159.46º | 0.59% | 1% | - |
| XYZ | 52.05 | 78.2 | 68.85 | - |
| YUV | 203.64 | 127.64 | 57.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 254 | 203 | 0.59 | 0 | 0.20 | 0.00 | 159.46 | 0.99 | 0.7 |
| Hex | 69 | FE | CB | 3B | 0 | 14 | 0 | 9F | 63 | 46 |
| Octal | 151 | 376 | 313 | 73 | 0 | 24 | 0 | 237 | 143 | 106 |
| Binary | 1101001 | 11111110 | 11001011 | 111011 | 0 | 10100 | 0 | 10011111 | 1100011 | 1000110 |
Color Harmonies of #69FECB
Complementary color
Monochromatic Colors of #69FECB
Black with #69FECB
Text Example
Text Example
White with #69FECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69FECB; }
p { color: rgb(105,254,203); }
H1.HeaderClassName
{
color: #69FECB;
}
.AnyTagClassName
{
color: #69FECB;
}
</style>
background-color css
<style>
a { background-color: #69FECB; }
a { background-color: rgb(105,254,203); }
div.DivClassName
{
background-color: #69FECB;
}
.BgClassName
{
background-color: #69FECB;
}
</style>
border-color css
<style>
span { border-color: #69FECB; }
span { border-color: rgb(105,254,203); }
td.TdClassName
{
border-color: #69FECB;
}
.TagClassName
{
border-color: #69FECB;
}
</style>