Shades of Aquamarine #75F9DB
Tints of Aquamarine #75F9DB
RGB
CMYK
RGB Variations
Color information
#75F9DB (or 0x75F9DB) is known color: Aquamarine. HEX triplet: 75, F9 and DB. RGB value is (117,249,219). Sum of RGB (Red+Green+Blue) = 117+249+219=585 (77% of max value = 765). Red value is 117 (46.09% from 255 or 20% from 585); Green value is 249 (97.66% from 255 or 42.56% from 585); Blue value is 219 (85.94% from 255 or 37.44% from 585); Max value from RGB is 249 - color contains mainly: green. Hex color #75F9DB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #75F9DB is #8A0624. Grayscale: #CECECE. Windows color (decimal): -9045541 or 14416245. OLE color: 14416245.
HSL color Cylindrical-coordinate representation of color #75F9DB: hue angle of 166.36º degrees, saturation: 0.92, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #75F9DB is Cyan = 0.53, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 117 | 249 | 219 | - |
| CMYK | 0.53 | 0 | 0.12 | 0.02 |
| HSL | 166.36º | 0.92% | 0.72% | - |
| HSV(B) | 166.36º | 0.53% | 0.98% | - |
| XYZ | 54 | 76.65 | 78.97 | - |
| YUV | 206.11 | 135.27 | 64.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 249 | 219 | 0.53 | 0 | 0.12 | 0.02 | 166.36 | 0.92 | 0.72 |
| Hex | 75 | F9 | DB | 35 | 0 | C | 2 | A6 | 5C | 48 |
| Octal | 165 | 371 | 333 | 65 | 0 | 14 | 2 | 246 | 134 | 110 |
| Binary | 1110101 | 11111001 | 11011011 | 110101 | 0 | 1100 | 10 | 10100110 | 1011100 | 1001000 |
Color Harmonies of #75F9DB
Complementary color
Monochromatic Colors of #75F9DB
Black with #75F9DB
Text Example
Text Example
White with #75F9DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75F9DB; }
p { color: rgb(117,249,219); }
H1.HeaderClassName
{
color: #75F9DB;
}
.AnyTagClassName
{
color: #75F9DB;
}
</style>
background-color css
<style>
a { background-color: #75F9DB; }
a { background-color: rgb(117,249,219); }
div.DivClassName
{
background-color: #75F9DB;
}
.BgClassName
{
background-color: #75F9DB;
}
</style>
border-color css
<style>
span { border-color: #75F9DB; }
span { border-color: rgb(117,249,219); }
td.TdClassName
{
border-color: #75F9DB;
}
.TagClassName
{
border-color: #75F9DB;
}
</style>