Shades of Aquamarine #66FEBE
Tints of Aquamarine #66FEBE
RGB
CMYK
RGB Variations
Color information
#66FEBE (or 0x66FEBE) is known color: Aquamarine. HEX triplet: 66, FE and BE. RGB value is (102,254,190). Sum of RGB (Red+Green+Blue) = 102+254+190=546 (72% of max value = 765). Red value is 102 (40.23% from 255 or 18.68% from 546); Green value is 254 (99.61% from 255 or 46.52% from 546); Blue value is 190 (74.61% from 255 or 34.80% from 546); Max value from RGB is 254 - color contains mainly: green. Hex color #66FEBE is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #66FEBE is #990141. Grayscale: #C9C9C9. Windows color (decimal): -10027330 or 12516966. OLE color: 12516966.
HSL color Cylindrical-coordinate representation of color #66FEBE: hue angle of 154.74º degrees, saturation: 0.99, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #66FEBE is Cyan = 0.60, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 102 | 254 | 190 | - |
| CMYK | 0.60 | 0 | 0.25 | 0.00 |
| HSL | 154.74º | 0.99% | 0.7% | - |
| HSV(B) | 154.74º | 0.6% | 1% | - |
| XYZ | 50.22 | 77.43 | 61.01 | - |
| YUV | 201.26 | 121.64 | 57.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 254 | 190 | 0.60 | 0 | 0.25 | 0.00 | 154.74 | 0.99 | 0.7 |
| Hex | 66 | FE | BE | 3C | 0 | 19 | 0 | 9B | 63 | 46 |
| Octal | 146 | 376 | 276 | 74 | 0 | 31 | 0 | 233 | 143 | 106 |
| Binary | 1100110 | 11111110 | 10111110 | 111100 | 0 | 11001 | 0 | 10011011 | 1100011 | 1000110 |
Color Harmonies of #66FEBE
Complementary color
Monochromatic Colors of #66FEBE
Black with #66FEBE
Text Example
Text Example
White with #66FEBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66FEBE; }
p { color: rgb(102,254,190); }
H1.HeaderClassName
{
color: #66FEBE;
}
.AnyTagClassName
{
color: #66FEBE;
}
</style>
background-color css
<style>
a { background-color: #66FEBE; }
a { background-color: rgb(102,254,190); }
div.DivClassName
{
background-color: #66FEBE;
}
.BgClassName
{
background-color: #66FEBE;
}
</style>
border-color css
<style>
span { border-color: #66FEBE; }
span { border-color: rgb(102,254,190); }
td.TdClassName
{
border-color: #66FEBE;
}
.TagClassName
{
border-color: #66FEBE;
}
</style>