Shades of Aquamarine #68F8B5
Tints of Aquamarine #68F8B5
RGB
CMYK
RGB Variations
Color information
#68F8B5 (or 0x68F8B5) is known color: Aquamarine. HEX triplet: 68, F8 and B5. RGB value is (104,248,181). Sum of RGB (Red+Green+Blue) = 104+248+181=533 (70% of max value = 765). Red value is 104 (41.02% from 255 or 19.51% from 533); Green value is 248 (97.27% from 255 or 46.53% from 533); Blue value is 181 (71.09% from 255 or 33.96% from 533); Max value from RGB is 248 - color contains mainly: green. Hex color #68F8B5 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #68F8B5 is #97074A. Grayscale: #C5C5C5. Windows color (decimal): -9897803 or 11925608. OLE color: 11925608.
HSL color Cylindrical-coordinate representation of color #68F8B5: hue angle of 152.08º degrees, saturation: 0.91, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #68F8B5 is Cyan = 0.58, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 104 | 248 | 181 | - |
| CMYK | 0.58 | 0 | 0.27 | 0.03 |
| HSL | 152.08º | 0.91% | 0.69% | - |
| HSV(B) | 152.08º | 0.58% | 0.97% | - |
| XYZ | 47.62 | 73.41 | 55.38 | - |
| YUV | 197.31 | 118.79 | 61.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 248 | 181 | 0.58 | 0 | 0.27 | 0.03 | 152.08 | 0.91 | 0.69 |
| Hex | 68 | F8 | B5 | 3A | 0 | 1B | 3 | 98 | 5B | 45 |
| Octal | 150 | 370 | 265 | 72 | 0 | 33 | 3 | 230 | 133 | 105 |
| Binary | 1101000 | 11111000 | 10110101 | 111010 | 0 | 11011 | 11 | 10011000 | 1011011 | 1000101 |
Color Harmonies of #68F8B5
Complementary color
Monochromatic Colors of #68F8B5
Black with #68F8B5
Text Example
Text Example
White with #68F8B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68F8B5; }
p { color: rgb(104,248,181); }
H1.HeaderClassName
{
color: #68F8B5;
}
.AnyTagClassName
{
color: #68F8B5;
}
</style>
background-color css
<style>
a { background-color: #68F8B5; }
a { background-color: rgb(104,248,181); }
div.DivClassName
{
background-color: #68F8B5;
}
.BgClassName
{
background-color: #68F8B5;
}
</style>
border-color css
<style>
span { border-color: #68F8B5; }
span { border-color: rgb(104,248,181); }
td.TdClassName
{
border-color: #68F8B5;
}
.TagClassName
{
border-color: #68F8B5;
}
</style>