Shades of Aquamarine #6AFCE3
Tints of Aquamarine #6AFCE3
RGB
CMYK
RGB Variations
Color information
#6AFCE3 (or 0x6AFCE3) is known color: Aquamarine. HEX triplet: 6A, FC and E3. RGB value is (106,252,227). Sum of RGB (Red+Green+Blue) = 106+252+227=585 (77% of max value = 765). Red value is 106 (41.80% from 255 or 18.12% from 585); Green value is 252 (98.83% from 255 or 43.08% from 585); Blue value is 227 (89.06% from 255 or 38.80% from 585); Max value from RGB is 252 - color contains mainly: green. Hex color #6AFCE3 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6AFCE3 is #95031C. Grayscale: #CDCDCD. Windows color (decimal): -9765661 or 14941290. OLE color: 14941290.
HSL color Cylindrical-coordinate representation of color #6AFCE3: hue angle of 169.73º degrees, saturation: 0.96, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6AFCE3 is Cyan = 0.58, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 106 | 252 | 227 | - |
| CMYK | 0.58 | 0 | 0.10 | 0.01 |
| HSL | 169.73º | 0.96% | 0.7% | - |
| HSV(B) | 169.73º | 0.58% | 0.99% | - |
| XYZ | 54.62 | 78.23 | 84.89 | - |
| YUV | 205.5 | 140.13 | 57.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 252 | 227 | 0.58 | 0 | 0.10 | 0.01 | 169.73 | 0.96 | 0.7 |
| Hex | 6A | FC | E3 | 3A | 0 | A | 1 | AA | 60 | 46 |
| Octal | 152 | 374 | 343 | 72 | 0 | 12 | 1 | 252 | 140 | 106 |
| Binary | 1101010 | 11111100 | 11100011 | 111010 | 0 | 1010 | 1 | 10101010 | 1100000 | 1000110 |
Color Harmonies of #6AFCE3
Complementary color
Monochromatic Colors of #6AFCE3
Black with #6AFCE3
Text Example
Text Example
White with #6AFCE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AFCE3; }
p { color: rgb(106,252,227); }
H1.HeaderClassName
{
color: #6AFCE3;
}
.AnyTagClassName
{
color: #6AFCE3;
}
</style>
background-color css
<style>
a { background-color: #6AFCE3; }
a { background-color: rgb(106,252,227); }
div.DivClassName
{
background-color: #6AFCE3;
}
.BgClassName
{
background-color: #6AFCE3;
}
</style>
border-color css
<style>
span { border-color: #6AFCE3; }
span { border-color: rgb(106,252,227); }
td.TdClassName
{
border-color: #6AFCE3;
}
.TagClassName
{
border-color: #6AFCE3;
}
</style>