Shades of Aquamarine #69FFCB
Tints of Aquamarine #69FFCB
RGB
CMYK
RGB Variations
Color information
#69FFCB (or 0x69FFCB) is known color: Aquamarine. HEX triplet: 69, FF and CB. RGB value is (105,255,203). Sum of RGB (Red+Green+Blue) = 105+255+203=563 (74% of max value = 765). Red value is 105 (41.41% from 255 or 18.65% from 563); Green value is 255 (100% from 255 or 45.29% from 563); Blue value is 203 (79.69% from 255 or 36.06% from 563); Max value from RGB is 255 - color contains mainly: green. Hex color #69FFCB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #69FFCB is #960034. Grayscale: #CCCCCC. Windows color (decimal): -9830453 or 13369193. OLE color: 13369193.
HSL color Cylindrical-coordinate representation of color #69FFCB: hue angle of 159.2º degrees, saturation: 1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #69FFCB is Cyan = 0.59, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.
Color convert
| RGB | 105 | 255 | 203 | - |
| CMYK | 0.59 | 0 | 0.20 | 0 |
| HSL | 159.2º | 1% | 0.71% | - |
| HSV(B) | 159.2º | 0.59% | 1% | - |
| XYZ | 52.37 | 78.84 | 68.96 | - |
| YUV | 204.22 | 127.31 | 57.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 255 | 203 | 0.59 | 0 | 0.20 | 0 | 159.2 | 1 | 0.71 |
| Hex | 69 | FF | CB | 3B | 0 | 14 | 0 | 9F | 64 | 47 |
| Octal | 151 | 377 | 313 | 73 | 0 | 24 | 0 | 237 | 144 | 107 |
| Binary | 1101001 | 11111111 | 11001011 | 111011 | 0 | 10100 | 0 | 10011111 | 1100100 | 1000111 |
Color Harmonies of #69FFCB
Complementary color
Monochromatic Colors of #69FFCB
Black with #69FFCB
Text Example
Text Example
White with #69FFCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69FFCB; }
p { color: rgb(105,255,203); }
H1.HeaderClassName
{
color: #69FFCB;
}
.AnyTagClassName
{
color: #69FFCB;
}
</style>
background-color css
<style>
a { background-color: #69FFCB; }
a { background-color: rgb(105,255,203); }
div.DivClassName
{
background-color: #69FFCB;
}
.BgClassName
{
background-color: #69FFCB;
}
</style>
border-color css
<style>
span { border-color: #69FFCB; }
span { border-color: rgb(105,255,203); }
td.TdClassName
{
border-color: #69FFCB;
}
.TagClassName
{
border-color: #69FFCB;
}
</style>