Shades of Aquamarine #67EECA
Tints of Aquamarine #67EECA
RGB
CMYK
RGB Variations
Color information
#67EECA (or 0x67EECA) is known color: Aquamarine. HEX triplet: 67, EE and CA. RGB value is (103,238,202). Sum of RGB (Red+Green+Blue) = 103+238+202=543 (71% of max value = 765). Red value is 103 (40.62% from 255 or 18.97% from 543); Green value is 238 (93.36% from 255 or 43.83% from 543); Blue value is 202 (79.30% from 255 or 37.20% from 543); Max value from RGB is 238 - color contains mainly: green. Hex color #67EECA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #67EECA is #981135. Grayscale: #C1C1C1. Windows color (decimal): -9965878 or 13299303. OLE color: 13299303.
HSL color Cylindrical-coordinate representation of color #67EECA: hue angle of 164º degrees, saturation: 0.8, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #67EECA is Cyan = 0.57, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 103 | 238 | 202 | - |
| CMYK | 0.57 | 0 | 0.15 | 0.07 |
| HSL | 164º | 0.8% | 0.67% | - |
| HSV(B) | 164º | 0.57% | 0.93% | - |
| XYZ | 46.83 | 68.3 | 66.59 | - |
| YUV | 193.53 | 132.77 | 63.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 238 | 202 | 0.57 | 0 | 0.15 | 0.07 | 164 | 0.8 | 0.67 |
| Hex | 67 | EE | CA | 39 | 0 | F | 7 | A4 | 50 | 43 |
| Octal | 147 | 356 | 312 | 71 | 0 | 17 | 7 | 244 | 120 | 103 |
| Binary | 1100111 | 11101110 | 11001010 | 111001 | 0 | 1111 | 111 | 10100100 | 1010000 | 1000011 |
Color Harmonies of #67EECA
Complementary color
Monochromatic Colors of #67EECA
Black with #67EECA
Text Example
Text Example
White with #67EECA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67EECA; }
p { color: rgb(103,238,202); }
H1.HeaderClassName
{
color: #67EECA;
}
.AnyTagClassName
{
color: #67EECA;
}
</style>
background-color css
<style>
a { background-color: #67EECA; }
a { background-color: rgb(103,238,202); }
div.DivClassName
{
background-color: #67EECA;
}
.BgClassName
{
background-color: #67EECA;
}
</style>
border-color css
<style>
span { border-color: #67EECA; }
span { border-color: rgb(103,238,202); }
td.TdClassName
{
border-color: #67EECA;
}
.TagClassName
{
border-color: #67EECA;
}
</style>