Shades of Aquamarine #7FF3C3
Tints of Aquamarine #7FF3C3
RGB
CMYK
RGB Variations
Color information
#7FF3C3 (or 0x7FF3C3) is known color: Aquamarine. HEX triplet: 7F, F3 and C3. RGB value is (127,243,195). Sum of RGB (Red+Green+Blue) = 127+243+195=565 (74% of max value = 765). Red value is 127 (50% from 255 or 22.48% from 565); Green value is 243 (95.31% from 255 or 43.01% from 565); Blue value is 195 (76.56% from 255 or 34.51% from 565); Max value from RGB is 243 - color contains mainly: green. Hex color #7FF3C3 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7FF3C3 is #800C3C. Grayscale: #CACACA. Windows color (decimal): -8391741 or 12841855. OLE color: 12841855.
HSL color Cylindrical-coordinate representation of color #7FF3C3: hue angle of 155.17º degrees, saturation: 0.83, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7FF3C3 is Cyan = 0.48, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 127 | 243 | 195 | - |
| CMYK | 0.48 | 0 | 0.20 | 0.05 |
| HSL | 155.17º | 0.83% | 0.73% | - |
| HSV(B) | 155.17º | 0.48% | 0.95% | - |
| XYZ | 50.65 | 72.55 | 62.96 | - |
| YUV | 202.84 | 123.57 | 73.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 243 | 195 | 0.48 | 0 | 0.20 | 0.05 | 155.17 | 0.83 | 0.73 |
| Hex | 7F | F3 | C3 | 30 | 0 | 14 | 5 | 9B | 53 | 49 |
| Octal | 177 | 363 | 303 | 60 | 0 | 24 | 5 | 233 | 123 | 111 |
| Binary | 1111111 | 11110011 | 11000011 | 110000 | 0 | 10100 | 101 | 10011011 | 1010011 | 1001001 |
Color Harmonies of #7FF3C3
Complementary color
Monochromatic Colors of #7FF3C3
Black with #7FF3C3
Text Example
Text Example
White with #7FF3C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FF3C3; }
p { color: rgb(127,243,195); }
H1.HeaderClassName
{
color: #7FF3C3;
}
.AnyTagClassName
{
color: #7FF3C3;
}
</style>
background-color css
<style>
a { background-color: #7FF3C3; }
a { background-color: rgb(127,243,195); }
div.DivClassName
{
background-color: #7FF3C3;
}
.BgClassName
{
background-color: #7FF3C3;
}
</style>
border-color css
<style>
span { border-color: #7FF3C3; }
span { border-color: rgb(127,243,195); }
td.TdClassName
{
border-color: #7FF3C3;
}
.TagClassName
{
border-color: #7FF3C3;
}
</style>