Shades of Aquamarine #67EFD4
Tints of Aquamarine #67EFD4
RGB
CMYK
RGB Variations
Color information
#67EFD4 (or 0x67EFD4) is known color: Aquamarine. HEX triplet: 67, EF and D4. RGB value is (103,239,212). Sum of RGB (Red+Green+Blue) = 103+239+212=554 (73% of max value = 765). Red value is 103 (40.62% from 255 or 18.59% from 554); Green value is 239 (93.75% from 255 or 43.14% from 554); Blue value is 212 (83.20% from 255 or 38.27% from 554); Max value from RGB is 239 - color contains mainly: green. Hex color #67EFD4 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #67EFD4 is #98102B. Grayscale: #C3C3C3. Windows color (decimal): -9965612 or 13954919. OLE color: 13954919.
HSL color Cylindrical-coordinate representation of color #67EFD4: hue angle of 168.09º degrees, saturation: 0.81, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #67EFD4 is Cyan = 0.57, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 103 | 239 | 212 | - |
| CMYK | 0.57 | 0 | 0.11 | 0.06 |
| HSL | 168.09º | 0.81% | 0.67% | - |
| HSV(B) | 168.09º | 0.57% | 0.94% | - |
| XYZ | 48.34 | 69.37 | 73.13 | - |
| YUV | 195.26 | 137.44 | 62.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 239 | 212 | 0.57 | 0 | 0.11 | 0.06 | 168.09 | 0.81 | 0.67 |
| Hex | 67 | EF | D4 | 39 | 0 | B | 6 | A8 | 51 | 43 |
| Octal | 147 | 357 | 324 | 71 | 0 | 13 | 6 | 250 | 121 | 103 |
| Binary | 1100111 | 11101111 | 11010100 | 111001 | 0 | 1011 | 110 | 10101000 | 1010001 | 1000011 |
Color Harmonies of #67EFD4
Complementary color
Monochromatic Colors of #67EFD4
Black with #67EFD4
Text Example
Text Example
White with #67EFD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67EFD4; }
p { color: rgb(103,239,212); }
H1.HeaderClassName
{
color: #67EFD4;
}
.AnyTagClassName
{
color: #67EFD4;
}
</style>
background-color css
<style>
a { background-color: #67EFD4; }
a { background-color: rgb(103,239,212); }
div.DivClassName
{
background-color: #67EFD4;
}
.BgClassName
{
background-color: #67EFD4;
}
</style>
border-color css
<style>
span { border-color: #67EFD4; }
span { border-color: rgb(103,239,212); }
td.TdClassName
{
border-color: #67EFD4;
}
.TagClassName
{
border-color: #67EFD4;
}
</style>