Shades of Aquamarine #91EFD2
Tints of Aquamarine #91EFD2
RGB
CMYK
RGB Variations
Color information
#91EFD2 (or 0x91EFD2) is known color: Aquamarine. HEX triplet: 91, EF and D2. RGB value is (145,239,210). Sum of RGB (Red+Green+Blue) = 145+239+210=594 (78% of max value = 765). Red value is 145 (57.03% from 255 or 24.41% from 594); Green value is 239 (93.75% from 255 or 40.24% from 594); Blue value is 210 (82.42% from 255 or 35.35% from 594); Max value from RGB is 239 - color contains mainly: green. Hex color #91EFD2 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #91EFD2 is #6E102D. Grayscale: #CFCFCF. Windows color (decimal): -7213102 or 13823889. OLE color: 13823889.
HSL color Cylindrical-coordinate representation of color #91EFD2: hue angle of 161.49º degrees, saturation: 0.75, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #91EFD2 is Cyan = 0.39, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 145 | 239 | 210 | - |
| CMYK | 0.39 | 0 | 0.12 | 0.06 |
| HSL | 161.49º | 0.75% | 0.75% | - |
| HSV(B) | 161.49º | 0.39% | 0.94% | - |
| XYZ | 54.18 | 72.41 | 72.09 | - |
| YUV | 207.59 | 129.36 | 83.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 239 | 210 | 0.39 | 0 | 0.12 | 0.06 | 161.49 | 0.75 | 0.75 |
| Hex | 91 | EF | D2 | 27 | 0 | C | 6 | A1 | 4B | 4B |
| Octal | 221 | 357 | 322 | 47 | 0 | 14 | 6 | 241 | 113 | 113 |
| Binary | 10010001 | 11101111 | 11010010 | 100111 | 0 | 1100 | 110 | 10100001 | 1001011 | 1001011 |
Color Harmonies of #91EFD2
Complementary color
Monochromatic Colors of #91EFD2
Black with #91EFD2
Text Example
Text Example
White with #91EFD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91EFD2; }
p { color: rgb(145,239,210); }
H1.HeaderClassName
{
color: #91EFD2;
}
.AnyTagClassName
{
color: #91EFD2;
}
</style>
background-color css
<style>
a { background-color: #91EFD2; }
a { background-color: rgb(145,239,210); }
div.DivClassName
{
background-color: #91EFD2;
}
.BgClassName
{
background-color: #91EFD2;
}
</style>
border-color css
<style>
span { border-color: #91EFD2; }
span { border-color: rgb(145,239,210); }
td.TdClassName
{
border-color: #91EFD2;
}
.TagClassName
{
border-color: #91EFD2;
}
</style>