Shades of Aquamarine #72F1BD
Tints of Aquamarine #72F1BD
RGB
CMYK
RGB Variations
Color information
#72F1BD (or 0x72F1BD) is known color: Aquamarine. HEX triplet: 72, F1 and BD. RGB value is (114,241,189). Sum of RGB (Red+Green+Blue) = 114+241+189=544 (72% of max value = 765). Red value is 114 (44.92% from 255 or 20.96% from 544); Green value is 241 (94.53% from 255 or 44.30% from 544); Blue value is 189 (74.22% from 255 or 34.74% from 544); Max value from RGB is 241 - color contains mainly: green. Hex color #72F1BD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #72F1BD is #8D0E42. Grayscale: #C5C5C5. Windows color (decimal): -9244227 or 12448114. OLE color: 12448114.
HSL color Cylindrical-coordinate representation of color #72F1BD: hue angle of 155.43º degrees, saturation: 0.82, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #72F1BD is Cyan = 0.53, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 114 | 241 | 189 | - |
| CMYK | 0.53 | 0 | 0.22 | 0.05 |
| HSL | 155.43º | 0.82% | 0.7% | - |
| HSV(B) | 155.43º | 0.53% | 0.95% | - |
| XYZ | 47.58 | 70.16 | 59.18 | - |
| YUV | 197.1 | 123.42 | 68.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 241 | 189 | 0.53 | 0 | 0.22 | 0.05 | 155.43 | 0.82 | 0.7 |
| Hex | 72 | F1 | BD | 35 | 0 | 16 | 5 | 9B | 52 | 46 |
| Octal | 162 | 361 | 275 | 65 | 0 | 26 | 5 | 233 | 122 | 106 |
| Binary | 1110010 | 11110001 | 10111101 | 110101 | 0 | 10110 | 101 | 10011011 | 1010010 | 1000110 |
Color Harmonies of #72F1BD
Complementary color
Monochromatic Colors of #72F1BD
Black with #72F1BD
Text Example
Text Example
White with #72F1BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72F1BD; }
p { color: rgb(114,241,189); }
H1.HeaderClassName
{
color: #72F1BD;
}
.AnyTagClassName
{
color: #72F1BD;
}
</style>
background-color css
<style>
a { background-color: #72F1BD; }
a { background-color: rgb(114,241,189); }
div.DivClassName
{
background-color: #72F1BD;
}
.BgClassName
{
background-color: #72F1BD;
}
</style>
border-color css
<style>
span { border-color: #72F1BD; }
span { border-color: rgb(114,241,189); }
td.TdClassName
{
border-color: #72F1BD;
}
.TagClassName
{
border-color: #72F1BD;
}
</style>