Shades of Aquamarine #72FFCB
Tints of Aquamarine #72FFCB
RGB
CMYK
RGB Variations
Color information
#72FFCB (or 0x72FFCB) is known color: Aquamarine. HEX triplet: 72, FF and CB. RGB value is (114,255,203). Sum of RGB (Red+Green+Blue) = 114+255+203=572 (75% of max value = 765). Red value is 114 (44.92% from 255 or 19.93% from 572); Green value is 255 (100% from 255 or 44.58% from 572); Blue value is 203 (79.69% from 255 or 35.49% from 572); Max value from RGB is 255 - color contains mainly: green. Hex color #72FFCB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #72FFCB is #8D0034. Grayscale: #CECECE. Windows color (decimal): -9240629 or 13369202. OLE color: 13369202.
HSL color Cylindrical-coordinate representation of color #72FFCB: hue angle of 157.87º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #72FFCB is Cyan = 0.55, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.
Color convert
| RGB | 114 | 255 | 203 | - |
| CMYK | 0.55 | 0 | 0.20 | 0 |
| HSL | 157.87º | 1% | 0.72% | - |
| HSV(B) | 157.87º | 0.55% | 1% | - |
| XYZ | 53.48 | 79.41 | 69.01 | - |
| YUV | 206.91 | 125.79 | 61.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 255 | 203 | 0.55 | 0 | 0.20 | 0 | 157.87 | 1 | 0.72 |
| Hex | 72 | FF | CB | 37 | 0 | 14 | 0 | 9E | 64 | 48 |
| Octal | 162 | 377 | 313 | 67 | 0 | 24 | 0 | 236 | 144 | 110 |
| Binary | 1110010 | 11111111 | 11001011 | 110111 | 0 | 10100 | 0 | 10011110 | 1100100 | 1001000 |
Color Harmonies of #72FFCB
Complementary color
Monochromatic Colors of #72FFCB
Black with #72FFCB
Text Example
Text Example
White with #72FFCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72FFCB; }
p { color: rgb(114,255,203); }
H1.HeaderClassName
{
color: #72FFCB;
}
.AnyTagClassName
{
color: #72FFCB;
}
</style>
background-color css
<style>
a { background-color: #72FFCB; }
a { background-color: rgb(114,255,203); }
div.DivClassName
{
background-color: #72FFCB;
}
.BgClassName
{
background-color: #72FFCB;
}
</style>
border-color css
<style>
span { border-color: #72FFCB; }
span { border-color: rgb(114,255,203); }
td.TdClassName
{
border-color: #72FFCB;
}
.TagClassName
{
border-color: #72FFCB;
}
</style>