Shades of Aquamarine #75F3C2
Tints of Aquamarine #75F3C2
RGB
CMYK
RGB Variations
Color information
#75F3C2 (or 0x75F3C2) is known color: Aquamarine. HEX triplet: 75, F3 and C2. RGB value is (117,243,194). Sum of RGB (Red+Green+Blue) = 117+243+194=554 (73% of max value = 765). Red value is 117 (46.09% from 255 or 21.12% from 554); Green value is 243 (95.31% from 255 or 43.86% from 554); Blue value is 194 (76.17% from 255 or 35.02% from 554); Max value from RGB is 243 - color contains mainly: green. Hex color #75F3C2 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #75F3C2 is #8A0C3D. Grayscale: #C7C7C7. Windows color (decimal): -9047102 or 12776309. OLE color: 12776309.
HSL color Cylindrical-coordinate representation of color #75F3C2: hue angle of 156.67º degrees, saturation: 0.84, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #75F3C2 is Cyan = 0.52, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 117 | 243 | 194 | - |
| CMYK | 0.52 | 0 | 0.20 | 0.05 |
| HSL | 156.67º | 0.84% | 0.71% | - |
| HSV(B) | 156.67º | 0.52% | 0.95% | - |
| XYZ | 49.12 | 71.78 | 62.3 | - |
| YUV | 199.74 | 124.76 | 68.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 243 | 194 | 0.52 | 0 | 0.20 | 0.05 | 156.67 | 0.84 | 0.71 |
| Hex | 75 | F3 | C2 | 34 | 0 | 14 | 5 | 9D | 54 | 47 |
| Octal | 165 | 363 | 302 | 64 | 0 | 24 | 5 | 235 | 124 | 107 |
| Binary | 1110101 | 11110011 | 11000010 | 110100 | 0 | 10100 | 101 | 10011101 | 1010100 | 1000111 |
Color Harmonies of #75F3C2
Complementary color
Monochromatic Colors of #75F3C2
Black with #75F3C2
Text Example
Text Example
White with #75F3C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75F3C2; }
p { color: rgb(117,243,194); }
H1.HeaderClassName
{
color: #75F3C2;
}
.AnyTagClassName
{
color: #75F3C2;
}
</style>
background-color css
<style>
a { background-color: #75F3C2; }
a { background-color: rgb(117,243,194); }
div.DivClassName
{
background-color: #75F3C2;
}
.BgClassName
{
background-color: #75F3C2;
}
</style>
border-color css
<style>
span { border-color: #75F3C2; }
span { border-color: rgb(117,243,194); }
td.TdClassName
{
border-color: #75F3C2;
}
.TagClassName
{
border-color: #75F3C2;
}
</style>