Shades of Aquamarine #68FFB5
Tints of Aquamarine #68FFB5
RGB
CMYK
RGB Variations
Color information
#68FFB5 (or 0x68FFB5) is known color: Aquamarine. HEX triplet: 68, FF and B5. RGB value is (104,255,181). Sum of RGB (Red+Green+Blue) = 104+255+181=540 (71% of max value = 765). Red value is 104 (41.02% from 255 or 19.26% from 540); Green value is 255 (100% from 255 or 47.22% from 540); Blue value is 181 (71.09% from 255 or 33.52% from 540); Max value from RGB is 255 - color contains mainly: green. Hex color #68FFB5 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #68FFB5 is #97004A. Grayscale: #C9C9C9. Windows color (decimal): -9896011 or 11927400. OLE color: 11927400.
HSL color Cylindrical-coordinate representation of color #68FFB5: hue angle of 150.6º 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 #68FFB5 is Cyan = 0.59, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.
Color convert
| RGB | 104 | 255 | 181 | - |
| CMYK | 0.59 | 0 | 0.29 | 0 |
| HSL | 150.6º | 1% | 0.7% | - |
| HSV(B) | 150.6º | 0.59% | 1% | - |
| XYZ | 49.81 | 77.8 | 56.11 | - |
| YUV | 201.42 | 116.47 | 58.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 255 | 181 | 0.59 | 0 | 0.29 | 0 | 150.6 | 1 | 0.7 |
| Hex | 68 | FF | B5 | 3B | 0 | 1D | 0 | 97 | 64 | 46 |
| Octal | 150 | 377 | 265 | 73 | 0 | 35 | 0 | 227 | 144 | 106 |
| Binary | 1101000 | 11111111 | 10110101 | 111011 | 0 | 11101 | 0 | 10010111 | 1100100 | 1000110 |
Color Harmonies of #68FFB5
Complementary color
Monochromatic Colors of #68FFB5
Black with #68FFB5
Text Example
Text Example
White with #68FFB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68FFB5; }
p { color: rgb(104,255,181); }
H1.HeaderClassName
{
color: #68FFB5;
}
.AnyTagClassName
{
color: #68FFB5;
}
</style>
background-color css
<style>
a { background-color: #68FFB5; }
a { background-color: rgb(104,255,181); }
div.DivClassName
{
background-color: #68FFB5;
}
.BgClassName
{
background-color: #68FFB5;
}
</style>
border-color css
<style>
span { border-color: #68FFB5; }
span { border-color: rgb(104,255,181); }
td.TdClassName
{
border-color: #68FFB5;
}
.TagClassName
{
border-color: #68FFB5;
}
</style>