Shades of Aquamarine #6FFBCA
Tints of Aquamarine #6FFBCA
RGB
CMYK
RGB Variations
Color information
#6FFBCA (or 0x6FFBCA) is known color: Aquamarine. HEX triplet: 6F, FB and CA. RGB value is (111,251,202). Sum of RGB (Red+Green+Blue) = 111+251+202=564 (74% of max value = 765). Red value is 111 (43.75% from 255 or 19.68% from 564); Green value is 251 (98.44% from 255 or 44.50% from 564); Blue value is 202 (79.30% from 255 or 35.82% from 564); Max value from RGB is 251 - color contains mainly: green. Hex color #6FFBCA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6FFBCA is #900435. Grayscale: #CBCBCB. Windows color (decimal): -9438262 or 13302639. OLE color: 13302639.
HSL color Cylindrical-coordinate representation of color #6FFBCA: hue angle of 159º degrees, saturation: 0.95, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6FFBCA is Cyan = 0.56, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 111 | 251 | 202 | - |
| CMYK | 0.56 | 0 | 0.20 | 0.02 |
| HSL | 159º | 0.95% | 0.71% | - |
| HSV(B) | 159º | 0.56% | 0.98% | - |
| XYZ | 51.71 | 76.64 | 67.94 | - |
| YUV | 203.55 | 127.12 | 61.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 251 | 202 | 0.56 | 0 | 0.20 | 0.02 | 159 | 0.95 | 0.71 |
| Hex | 6F | FB | CA | 38 | 0 | 14 | 2 | 9F | 5F | 47 |
| Octal | 157 | 373 | 312 | 70 | 0 | 24 | 2 | 237 | 137 | 107 |
| Binary | 1101111 | 11111011 | 11001010 | 111000 | 0 | 10100 | 10 | 10011111 | 1011111 | 1000111 |
Color Harmonies of #6FFBCA
Complementary color
Monochromatic Colors of #6FFBCA
Black with #6FFBCA
Text Example
Text Example
White with #6FFBCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FFBCA; }
p { color: rgb(111,251,202); }
H1.HeaderClassName
{
color: #6FFBCA;
}
.AnyTagClassName
{
color: #6FFBCA;
}
</style>
background-color css
<style>
a { background-color: #6FFBCA; }
a { background-color: rgb(111,251,202); }
div.DivClassName
{
background-color: #6FFBCA;
}
.BgClassName
{
background-color: #6FFBCA;
}
</style>
border-color css
<style>
span { border-color: #6FFBCA; }
span { border-color: rgb(111,251,202); }
td.TdClassName
{
border-color: #6FFBCA;
}
.TagClassName
{
border-color: #6FFBCA;
}
</style>