Shades of Aquamarine #67FCCC
Tints of Aquamarine #67FCCC
RGB
CMYK
RGB Variations
Color information
#67FCCC (or 0x67FCCC) is known color: Aquamarine. HEX triplet: 67, FC and CC. RGB value is (103,252,204). Sum of RGB (Red+Green+Blue) = 103+252+204=559 (74% of max value = 765). Red value is 103 (40.62% from 255 or 18.43% from 559); Green value is 252 (98.83% from 255 or 45.08% from 559); Blue value is 204 (80.08% from 255 or 36.49% from 559); Max value from RGB is 252 - color contains mainly: green. Hex color #67FCCC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #67FCCC is #980333. Grayscale: #CACACA. Windows color (decimal): -9962292 or 13433959. OLE color: 13433959.
HSL color Cylindrical-coordinate representation of color #67FCCC: hue angle of 160.67º degrees, saturation: 0.96, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #67FCCC is Cyan = 0.59, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 103 | 252 | 204 | - |
| CMYK | 0.59 | 0 | 0.19 | 0.01 |
| HSL | 160.67º | 0.96% | 0.7% | - |
| HSV(B) | 160.67º | 0.59% | 0.99% | - |
| XYZ | 51.3 | 76.86 | 69.26 | - |
| YUV | 201.98 | 129.14 | 57.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 252 | 204 | 0.59 | 0 | 0.19 | 0.01 | 160.67 | 0.96 | 0.7 |
| Hex | 67 | FC | CC | 3B | 0 | 13 | 1 | A1 | 60 | 46 |
| Octal | 147 | 374 | 314 | 73 | 0 | 23 | 1 | 241 | 140 | 106 |
| Binary | 1100111 | 11111100 | 11001100 | 111011 | 0 | 10011 | 1 | 10100001 | 1100000 | 1000110 |
Color Harmonies of #67FCCC
Complementary color
Monochromatic Colors of #67FCCC
Black with #67FCCC
Text Example
Text Example
White with #67FCCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67FCCC; }
p { color: rgb(103,252,204); }
H1.HeaderClassName
{
color: #67FCCC;
}
.AnyTagClassName
{
color: #67FCCC;
}
</style>
background-color css
<style>
a { background-color: #67FCCC; }
a { background-color: rgb(103,252,204); }
div.DivClassName
{
background-color: #67FCCC;
}
.BgClassName
{
background-color: #67FCCC;
}
</style>
border-color css
<style>
span { border-color: #67FCCC; }
span { border-color: rgb(103,252,204); }
td.TdClassName
{
border-color: #67FCCC;
}
.TagClassName
{
border-color: #67FCCC;
}
</style>