Shades of Aquamarine #8AF5C4
Tints of Aquamarine #8AF5C4
RGB
CMYK
RGB Variations
Color information
#8AF5C4 (or 0x8AF5C4) is known color: Aquamarine. HEX triplet: 8A, F5 and C4. RGB value is (138,245,196). Sum of RGB (Red+Green+Blue) = 138+245+196=579 (76% of max value = 765). Red value is 138 (54.30% from 255 or 23.83% from 579); Green value is 245 (96.09% from 255 or 42.31% from 579); Blue value is 196 (76.95% from 255 or 33.85% from 579); Max value from RGB is 245 - color contains mainly: green. Hex color #8AF5C4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8AF5C4 is #750A3B. Grayscale: #CFCFCF. Windows color (decimal): -7670332 or 12907914. OLE color: 12907914.
HSL color Cylindrical-coordinate representation of color #8AF5C4: hue angle of 152.52º degrees, saturation: 0.84, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8AF5C4 is Cyan = 0.44, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 138 | 245 | 196 | - |
| CMYK | 0.44 | 0 | 0.2 | 0.04 |
| HSL | 152.52º | 0.84% | 0.75% | - |
| HSV(B) | 152.52º | 0.44% | 0.96% | - |
| XYZ | 53.1 | 74.69 | 63.84 | - |
| YUV | 207.42 | 121.55 | 78.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 245 | 196 | 0.44 | 0 | 0.2 | 0.04 | 152.52 | 0.84 | 0.75 |
| Hex | 8A | F5 | C4 | 2C | 0 | 14 | 4 | 99 | 54 | 4B |
| Octal | 212 | 365 | 304 | 54 | 0 | 24 | 4 | 231 | 124 | 113 |
| Binary | 10001010 | 11110101 | 11000100 | 101100 | 0 | 10100 | 100 | 10011001 | 1010100 | 1001011 |
Color Harmonies of #8AF5C4
Complementary color
Monochromatic Colors of #8AF5C4
Black with #8AF5C4
Text Example
Text Example
White with #8AF5C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AF5C4; }
p { color: rgb(138,245,196); }
H1.HeaderClassName
{
color: #8AF5C4;
}
.AnyTagClassName
{
color: #8AF5C4;
}
</style>
background-color css
<style>
a { background-color: #8AF5C4; }
a { background-color: rgb(138,245,196); }
div.DivClassName
{
background-color: #8AF5C4;
}
.BgClassName
{
background-color: #8AF5C4;
}
</style>
border-color css
<style>
span { border-color: #8AF5C4; }
span { border-color: rgb(138,245,196); }
td.TdClassName
{
border-color: #8AF5C4;
}
.TagClassName
{
border-color: #8AF5C4;
}
</style>