Shades of Aquamarine #68FBCB
Tints of Aquamarine #68FBCB
RGB
CMYK
RGB Variations
Color information
#68FBCB (or 0x68FBCB) is known color: Aquamarine. HEX triplet: 68, FB and CB. RGB value is (104,251,203). Sum of RGB (Red+Green+Blue) = 104+251+203=558 (73% of max value = 765). Red value is 104 (41.02% from 255 or 18.64% from 558); Green value is 251 (98.44% from 255 or 44.98% from 558); Blue value is 203 (79.69% from 255 or 36.38% from 558); Max value from RGB is 251 - color contains mainly: green. Hex color #68FBCB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #68FBCB is #970434. Grayscale: #C9C9C9. Windows color (decimal): -9897013 or 13368168. OLE color: 13368168.
HSL color Cylindrical-coordinate representation of color #68FBCB: hue angle of 160.41º degrees, saturation: 0.95, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #68FBCB is Cyan = 0.59, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 104 | 251 | 203 | - |
| CMYK | 0.59 | 0 | 0.19 | 0.02 |
| HSL | 160.41º | 0.95% | 0.7% | - |
| HSV(B) | 160.41º | 0.59% | 0.98% | - |
| XYZ | 50.99 | 76.25 | 68.53 | - |
| YUV | 201.58 | 128.8 | 58.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 251 | 203 | 0.59 | 0 | 0.19 | 0.02 | 160.41 | 0.95 | 0.7 |
| Hex | 68 | FB | CB | 3B | 0 | 13 | 2 | A0 | 5F | 46 |
| Octal | 150 | 373 | 313 | 73 | 0 | 23 | 2 | 240 | 137 | 106 |
| Binary | 1101000 | 11111011 | 11001011 | 111011 | 0 | 10011 | 10 | 10100000 | 1011111 | 1000110 |
Color Harmonies of #68FBCB
Complementary color
Monochromatic Colors of #68FBCB
Black with #68FBCB
Text Example
Text Example
White with #68FBCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68FBCB; }
p { color: rgb(104,251,203); }
H1.HeaderClassName
{
color: #68FBCB;
}
.AnyTagClassName
{
color: #68FBCB;
}
</style>
background-color css
<style>
a { background-color: #68FBCB; }
a { background-color: rgb(104,251,203); }
div.DivClassName
{
background-color: #68FBCB;
}
.BgClassName
{
background-color: #68FBCB;
}
</style>
border-color css
<style>
span { border-color: #68FBCB; }
span { border-color: rgb(104,251,203); }
td.TdClassName
{
border-color: #68FBCB;
}
.TagClassName
{
border-color: #68FBCB;
}
</style>