Shades of Aquamarine #8CEFC4
Tints of Aquamarine #8CEFC4
RGB
CMYK
RGB Variations
Color information
#8CEFC4 (or 0x8CEFC4) is known color: Aquamarine. HEX triplet: 8C, EF and C4. RGB value is (140,239,196). Sum of RGB (Red+Green+Blue) = 140+239+196=575 (76% of max value = 765). Red value is 140 (55.08% from 255 or 24.35% from 575); Green value is 239 (93.75% from 255 or 41.57% from 575); Blue value is 196 (76.95% from 255 or 34.09% from 575); Max value from RGB is 239 - color contains mainly: green. Hex color #8CEFC4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8CEFC4 is #73103B. Grayscale: #CCCCCC. Windows color (decimal): -7540796 or 12906380. OLE color: 12906380.
HSL color Cylindrical-coordinate representation of color #8CEFC4: hue angle of 153.94º degrees, saturation: 0.76, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8CEFC4 is Cyan = 0.41, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 140 | 239 | 196 | - |
| CMYK | 0.41 | 0 | 0.18 | 0.06 |
| HSL | 153.94º | 0.76% | 0.74% | - |
| HSV(B) | 153.94º | 0.41% | 0.94% | - |
| XYZ | 51.65 | 71.29 | 63.26 | - |
| YUV | 204.5 | 123.2 | 82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 239 | 196 | 0.41 | 0 | 0.18 | 0.06 | 153.94 | 0.76 | 0.74 |
| Hex | 8C | EF | C4 | 29 | 0 | 12 | 6 | 9A | 4C | 4A |
| Octal | 214 | 357 | 304 | 51 | 0 | 22 | 6 | 232 | 114 | 112 |
| Binary | 10001100 | 11101111 | 11000100 | 101001 | 0 | 10010 | 110 | 10011010 | 1001100 | 1001010 |
Color Harmonies of #8CEFC4
Complementary color
Monochromatic Colors of #8CEFC4
Black with #8CEFC4
Text Example
Text Example
White with #8CEFC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CEFC4; }
p { color: rgb(140,239,196); }
H1.HeaderClassName
{
color: #8CEFC4;
}
.AnyTagClassName
{
color: #8CEFC4;
}
</style>
background-color css
<style>
a { background-color: #8CEFC4; }
a { background-color: rgb(140,239,196); }
div.DivClassName
{
background-color: #8CEFC4;
}
.BgClassName
{
background-color: #8CEFC4;
}
</style>
border-color css
<style>
span { border-color: #8CEFC4; }
span { border-color: rgb(140,239,196); }
td.TdClassName
{
border-color: #8CEFC4;
}
.TagClassName
{
border-color: #8CEFC4;
}
</style>