Shades of Aquamarine #67FADE
Tints of Aquamarine #67FADE
RGB
CMYK
RGB Variations
Color information
#67FADE (or 0x67FADE) is known color: Aquamarine. HEX triplet: 67, FA and DE. RGB value is (103,250,222). Sum of RGB (Red+Green+Blue) = 103+250+222=575 (76% of max value = 765). Red value is 103 (40.62% from 255 or 17.91% from 575); Green value is 250 (98.05% from 255 or 43.48% from 575); Blue value is 222 (87.11% from 255 or 38.61% from 575); Max value from RGB is 250 - color contains mainly: green. Hex color #67FADE is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #67FADE is #980521. Grayscale: #CACACA. Windows color (decimal): -9962786 or 14613095. OLE color: 14613095.
HSL color Cylindrical-coordinate representation of color #67FADE: hue angle of 168.57º degrees, saturation: 0.94, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #67FADE is Cyan = 0.59, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 103 | 250 | 222 | - |
| CMYK | 0.59 | 0 | 0.11 | 0.02 |
| HSL | 168.57º | 0.94% | 0.69% | - |
| HSV(B) | 168.57º | 0.59% | 0.98% | - |
| XYZ | 52.96 | 76.53 | 81.09 | - |
| YUV | 202.86 | 138.8 | 56.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 250 | 222 | 0.59 | 0 | 0.11 | 0.02 | 168.57 | 0.94 | 0.69 |
| Hex | 67 | FA | DE | 3B | 0 | B | 2 | A9 | 5E | 45 |
| Octal | 147 | 372 | 336 | 73 | 0 | 13 | 2 | 251 | 136 | 105 |
| Binary | 1100111 | 11111010 | 11011110 | 111011 | 0 | 1011 | 10 | 10101001 | 1011110 | 1000101 |
Color Harmonies of #67FADE
Complementary color
Monochromatic Colors of #67FADE
Black with #67FADE
Text Example
Text Example
White with #67FADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67FADE; }
p { color: rgb(103,250,222); }
H1.HeaderClassName
{
color: #67FADE;
}
.AnyTagClassName
{
color: #67FADE;
}
</style>
background-color css
<style>
a { background-color: #67FADE; }
a { background-color: rgb(103,250,222); }
div.DivClassName
{
background-color: #67FADE;
}
.BgClassName
{
background-color: #67FADE;
}
</style>
border-color css
<style>
span { border-color: #67FADE; }
span { border-color: rgb(103,250,222); }
td.TdClassName
{
border-color: #67FADE;
}
.TagClassName
{
border-color: #67FADE;
}
</style>