Shades of Aquamarine #68FFB4
Tints of Aquamarine #68FFB4
RGB
CMYK
RGB Variations
Color information
#68FFB4 (or 0x68FFB4) is known color: Aquamarine. HEX triplet: 68, FF and B4. RGB value is (104,255,180). Sum of RGB (Red+Green+Blue) = 104+255+180=539 (71% of max value = 765). Red value is 104 (41.02% from 255 or 19.29% from 539); Green value is 255 (100% from 255 or 47.31% from 539); Blue value is 180 (70.70% from 255 or 33.40% from 539); Max value from RGB is 255 - color contains mainly: green. Hex color #68FFB4 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #68FFB4 is #97004B. Grayscale: #C9C9C9. Windows color (decimal): -9896012 or 11861864. OLE color: 11861864.
HSL color Cylindrical-coordinate representation of color #68FFB4: hue angle of 150.2º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #68FFB4 is Cyan = 0.59, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.
Color convert
| RGB | 104 | 255 | 180 | - |
| CMYK | 0.59 | 0 | 0.29 | 0 |
| HSL | 150.2º | 1% | 0.7% | - |
| HSV(B) | 150.2º | 0.59% | 1% | - |
| XYZ | 49.71 | 77.76 | 55.57 | - |
| YUV | 201.3 | 115.97 | 58.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 255 | 180 | 0.59 | 0 | 0.29 | 0 | 150.2 | 1 | 0.7 |
| Hex | 68 | FF | B4 | 3B | 0 | 1D | 0 | 96 | 64 | 46 |
| Octal | 150 | 377 | 264 | 73 | 0 | 35 | 0 | 226 | 144 | 106 |
| Binary | 1101000 | 11111111 | 10110100 | 111011 | 0 | 11101 | 0 | 10010110 | 1100100 | 1000110 |
Color Harmonies of #68FFB4
Complementary color
Monochromatic Colors of #68FFB4
Black with #68FFB4
Text Example
Text Example
White with #68FFB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68FFB4; }
p { color: rgb(104,255,180); }
H1.HeaderClassName
{
color: #68FFB4;
}
.AnyTagClassName
{
color: #68FFB4;
}
</style>
background-color css
<style>
a { background-color: #68FFB4; }
a { background-color: rgb(104,255,180); }
div.DivClassName
{
background-color: #68FFB4;
}
.BgClassName
{
background-color: #68FFB4;
}
</style>
border-color css
<style>
span { border-color: #68FFB4; }
span { border-color: rgb(104,255,180); }
td.TdClassName
{
border-color: #68FFB4;
}
.TagClassName
{
border-color: #68FFB4;
}
</style>