Shades of Aquamarine #66FCCB
Tints of Aquamarine #66FCCB
RGB
CMYK
RGB Variations
Color information
#66FCCB (or 0x66FCCB) is known color: Aquamarine. HEX triplet: 66, FC and CB. RGB value is (102,252,203). Sum of RGB (Red+Green+Blue) = 102+252+203=557 (73% of max value = 765). Red value is 102 (40.23% from 255 or 18.31% from 557); Green value is 252 (98.83% from 255 or 45.24% from 557); Blue value is 203 (79.69% from 255 or 36.45% from 557); Max value from RGB is 252 - color contains mainly: green. Hex color #66FCCB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #66FCCB is #990334. Grayscale: #C9C9C9. Windows color (decimal): -10027829 or 13368422. OLE color: 13368422.
HSL color Cylindrical-coordinate representation of color #66FCCB: hue angle of 160.4º degrees, saturation: 0.96, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #66FCCB is Cyan = 0.60, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 102 | 252 | 203 | - |
| CMYK | 0.60 | 0 | 0.19 | 0.01 |
| HSL | 160.4º | 0.96% | 0.69% | - |
| HSV(B) | 160.4º | 0.6% | 0.99% | - |
| XYZ | 51.07 | 76.76 | 68.62 | - |
| YUV | 201.56 | 128.81 | 56.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 252 | 203 | 0.60 | 0 | 0.19 | 0.01 | 160.4 | 0.96 | 0.69 |
| Hex | 66 | FC | CB | 3C | 0 | 13 | 1 | A0 | 60 | 45 |
| Octal | 146 | 374 | 313 | 74 | 0 | 23 | 1 | 240 | 140 | 105 |
| Binary | 1100110 | 11111100 | 11001011 | 111100 | 0 | 10011 | 1 | 10100000 | 1100000 | 1000101 |
Color Harmonies of #66FCCB
Complementary color
Monochromatic Colors of #66FCCB
Black with #66FCCB
Text Example
Text Example
White with #66FCCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66FCCB; }
p { color: rgb(102,252,203); }
H1.HeaderClassName
{
color: #66FCCB;
}
.AnyTagClassName
{
color: #66FCCB;
}
</style>
background-color css
<style>
a { background-color: #66FCCB; }
a { background-color: rgb(102,252,203); }
div.DivClassName
{
background-color: #66FCCB;
}
.BgClassName
{
background-color: #66FCCB;
}
</style>
border-color css
<style>
span { border-color: #66FCCB; }
span { border-color: rgb(102,252,203); }
td.TdClassName
{
border-color: #66FCCB;
}
.TagClassName
{
border-color: #66FCCB;
}
</style>