Shades of Aquamarine #66FBC2
Tints of Aquamarine #66FBC2
RGB
CMYK
RGB Variations
Color information
#66FBC2 (or 0x66FBC2) is known color: Aquamarine. HEX triplet: 66, FB and C2. RGB value is (102,251,194). Sum of RGB (Red+Green+Blue) = 102+251+194=547 (72% of max value = 765). Red value is 102 (40.23% from 255 or 18.65% from 547); Green value is 251 (98.44% from 255 or 45.89% from 547); Blue value is 194 (76.17% from 255 or 35.47% from 547); Max value from RGB is 251 - color contains mainly: green. Hex color #66FBC2 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #66FBC2 is #99043D. Grayscale: #C8C8C8. Windows color (decimal): -10028094 or 12778342. OLE color: 12778342.
HSL color Cylindrical-coordinate representation of color #66FBC2: hue angle of 157.05º degrees, saturation: 0.95, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #66FBC2 is Cyan = 0.59, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 102 | 251 | 194 | - |
| CMYK | 0.59 | 0 | 0.23 | 0.02 |
| HSL | 157.05º | 0.95% | 0.69% | - |
| HSV(B) | 157.05º | 0.59% | 0.98% | - |
| XYZ | 49.71 | 75.71 | 63.03 | - |
| YUV | 199.95 | 124.64 | 58.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 251 | 194 | 0.59 | 0 | 0.23 | 0.02 | 157.05 | 0.95 | 0.69 |
| Hex | 66 | FB | C2 | 3B | 0 | 17 | 2 | 9D | 5F | 45 |
| Octal | 146 | 373 | 302 | 73 | 0 | 27 | 2 | 235 | 137 | 105 |
| Binary | 1100110 | 11111011 | 11000010 | 111011 | 0 | 10111 | 10 | 10011101 | 1011111 | 1000101 |
Color Harmonies of #66FBC2
Complementary color
Monochromatic Colors of #66FBC2
Black with #66FBC2
Text Example
Text Example
White with #66FBC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66FBC2; }
p { color: rgb(102,251,194); }
H1.HeaderClassName
{
color: #66FBC2;
}
.AnyTagClassName
{
color: #66FBC2;
}
</style>
background-color css
<style>
a { background-color: #66FBC2; }
a { background-color: rgb(102,251,194); }
div.DivClassName
{
background-color: #66FBC2;
}
.BgClassName
{
background-color: #66FBC2;
}
</style>
border-color css
<style>
span { border-color: #66FBC2; }
span { border-color: rgb(102,251,194); }
td.TdClassName
{
border-color: #66FBC2;
}
.TagClassName
{
border-color: #66FBC2;
}
</style>