Shades of Aquamarine #67FECB
Tints of Aquamarine #67FECB
RGB
CMYK
RGB Variations
Color information
#67FECB (or 0x67FECB) is known color: Aquamarine. HEX triplet: 67, FE and CB. RGB value is (103,254,203). Sum of RGB (Red+Green+Blue) = 103+254+203=560 (74% of max value = 765). Red value is 103 (40.62% from 255 or 18.39% from 560); Green value is 254 (99.61% from 255 or 45.36% from 560); Blue value is 203 (79.69% from 255 or 36.25% from 560); Max value from RGB is 254 - color contains mainly: green. Hex color #67FECB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #67FECB is #980134. Grayscale: #CBCBCB. Windows color (decimal): -9961781 or 13368935. OLE color: 13368935.
HSL color Cylindrical-coordinate representation of color #67FECB: hue angle of 159.74º degrees, saturation: 0.99, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #67FECB is Cyan = 0.59, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 103 | 254 | 203 | - |
| CMYK | 0.59 | 0 | 0.20 | 0.00 |
| HSL | 159.74º | 0.99% | 0.7% | - |
| HSV(B) | 159.74º | 0.59% | 1% | - |
| XYZ | 51.81 | 78.08 | 68.84 | - |
| YUV | 203.04 | 127.97 | 56.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 254 | 203 | 0.59 | 0 | 0.20 | 0.00 | 159.74 | 0.99 | 0.7 |
| Hex | 67 | FE | CB | 3B | 0 | 14 | 0 | A0 | 63 | 46 |
| Octal | 147 | 376 | 313 | 73 | 0 | 24 | 0 | 240 | 143 | 106 |
| Binary | 1100111 | 11111110 | 11001011 | 111011 | 0 | 10100 | 0 | 10100000 | 1100011 | 1000110 |
Color Harmonies of #67FECB
Complementary color
Monochromatic Colors of #67FECB
Black with #67FECB
Text Example
Text Example
White with #67FECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67FECB; }
p { color: rgb(103,254,203); }
H1.HeaderClassName
{
color: #67FECB;
}
.AnyTagClassName
{
color: #67FECB;
}
</style>
background-color css
<style>
a { background-color: #67FECB; }
a { background-color: rgb(103,254,203); }
div.DivClassName
{
background-color: #67FECB;
}
.BgClassName
{
background-color: #67FECB;
}
</style>
border-color css
<style>
span { border-color: #67FECB; }
span { border-color: rgb(103,254,203); }
td.TdClassName
{
border-color: #67FECB;
}
.TagClassName
{
border-color: #67FECB;
}
</style>