Shades of Aquamarine #75FCDF
Tints of Aquamarine #75FCDF
RGB
CMYK
RGB Variations
Color information
#75FCDF (or 0x75FCDF) is known color: Aquamarine. HEX triplet: 75, FC and DF. RGB value is (117,252,223). Sum of RGB (Red+Green+Blue) = 117+252+223=592 (78% of max value = 765). Red value is 117 (46.09% from 255 or 19.76% from 592); Green value is 252 (98.83% from 255 or 42.57% from 592); Blue value is 223 (87.5% from 255 or 37.67% from 592); Max value from RGB is 252 - color contains mainly: green. Hex color #75FCDF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #75FCDF is #8A0320. Grayscale: #D0D0D0. Windows color (decimal): -9044769 or 14679157. OLE color: 14679157.
HSL color Cylindrical-coordinate representation of color #75FCDF: hue angle of 167.11º degrees, saturation: 0.96, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #75FCDF is Cyan = 0.54, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 117 | 252 | 223 | - |
| CMYK | 0.54 | 0 | 0.12 | 0.01 |
| HSL | 167.11º | 0.96% | 0.72% | - |
| HSV(B) | 167.11º | 0.54% | 0.99% | - |
| XYZ | 55.47 | 78.73 | 82.09 | - |
| YUV | 208.33 | 136.27 | 62.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 252 | 223 | 0.54 | 0 | 0.12 | 0.01 | 167.11 | 0.96 | 0.72 |
| Hex | 75 | FC | DF | 36 | 0 | C | 1 | A7 | 60 | 48 |
| Octal | 165 | 374 | 337 | 66 | 0 | 14 | 1 | 247 | 140 | 110 |
| Binary | 1110101 | 11111100 | 11011111 | 110110 | 0 | 1100 | 1 | 10100111 | 1100000 | 1001000 |
Color Harmonies of #75FCDF
Complementary color
Monochromatic Colors of #75FCDF
Black with #75FCDF
Text Example
Text Example
White with #75FCDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75FCDF; }
p { color: rgb(117,252,223); }
H1.HeaderClassName
{
color: #75FCDF;
}
.AnyTagClassName
{
color: #75FCDF;
}
</style>
background-color css
<style>
a { background-color: #75FCDF; }
a { background-color: rgb(117,252,223); }
div.DivClassName
{
background-color: #75FCDF;
}
.BgClassName
{
background-color: #75FCDF;
}
</style>
border-color css
<style>
span { border-color: #75FCDF; }
span { border-color: rgb(117,252,223); }
td.TdClassName
{
border-color: #75FCDF;
}
.TagClassName
{
border-color: #75FCDF;
}
</style>