Shades of Aquamarine #67FCCB
Tints of Aquamarine #67FCCB
RGB
CMYK
RGB Variations
Color information
#67FCCB (or 0x67FCCB) is known color: Aquamarine. HEX triplet: 67, FC and CB. RGB value is (103,252,203). Sum of RGB (Red+Green+Blue) = 103+252+203=558 (73% of max value = 765). Red value is 103 (40.62% from 255 or 18.46% from 558); Green value is 252 (98.83% from 255 or 45.16% from 558); Blue value is 203 (79.69% from 255 or 36.38% from 558); Max value from RGB is 252 - color contains mainly: green. Hex color #67FCCB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #67FCCB is #980334. Grayscale: #C9C9C9. Windows color (decimal): -9962293 or 13368423. OLE color: 13368423.
HSL color Cylindrical-coordinate representation of color #67FCCB: hue angle of 160.27º 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 #67FCCB is Cyan = 0.59, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 103 | 252 | 203 | - |
| CMYK | 0.59 | 0 | 0.19 | 0.01 |
| HSL | 160.27º | 0.96% | 0.7% | - |
| HSV(B) | 160.27º | 0.59% | 0.99% | - |
| XYZ | 51.18 | 76.82 | 68.63 | - |
| YUV | 201.86 | 128.64 | 57.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 252 | 203 | 0.59 | 0 | 0.19 | 0.01 | 160.27 | 0.96 | 0.7 |
| Hex | 67 | FC | CB | 3B | 0 | 13 | 1 | A0 | 60 | 46 |
| Octal | 147 | 374 | 313 | 73 | 0 | 23 | 1 | 240 | 140 | 106 |
| Binary | 1100111 | 11111100 | 11001011 | 111011 | 0 | 10011 | 1 | 10100000 | 1100000 | 1000110 |
Color Harmonies of #67FCCB
Complementary color
Monochromatic Colors of #67FCCB
Black with #67FCCB
Text Example
Text Example
White with #67FCCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67FCCB; }
p { color: rgb(103,252,203); }
H1.HeaderClassName
{
color: #67FCCB;
}
.AnyTagClassName
{
color: #67FCCB;
}
</style>
background-color css
<style>
a { background-color: #67FCCB; }
a { background-color: rgb(103,252,203); }
div.DivClassName
{
background-color: #67FCCB;
}
.BgClassName
{
background-color: #67FCCB;
}
</style>
border-color css
<style>
span { border-color: #67FCCB; }
span { border-color: rgb(103,252,203); }
td.TdClassName
{
border-color: #67FCCB;
}
.TagClassName
{
border-color: #67FCCB;
}
</style>