Shades of Aquamarine #62FFCB
Tints of Aquamarine #62FFCB
RGB
CMYK
RGB Variations
Color information
#62FFCB (or 0x62FFCB) is known color: Aquamarine. HEX triplet: 62, FF and CB. RGB value is (98,255,203). Sum of RGB (Red+Green+Blue) = 98+255+203=556 (73% of max value = 765). Red value is 98 (38.67% from 255 or 17.63% from 556); Green value is 255 (100% from 255 or 45.86% from 556); Blue value is 203 (79.69% from 255 or 36.51% from 556); Max value from RGB is 255 - color contains mainly: green. Hex color #62FFCB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #62FFCB is #9D0034. Grayscale: #CACACA. Windows color (decimal): -10289205 or 13369186. OLE color: 13369186.
HSL color Cylindrical-coordinate representation of color #62FFCB: hue angle of 160.13º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #62FFCB is Cyan = 0.62, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.
Color convert
| RGB | 98 | 255 | 203 | - |
| CMYK | 0.62 | 0 | 0.20 | 0 |
| HSL | 160.13º | 1% | 0.69% | - |
| HSV(B) | 160.13º | 0.62% | 1% | - |
| XYZ | 51.58 | 78.43 | 68.92 | - |
| YUV | 202.13 | 128.49 | 53.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 255 | 203 | 0.62 | 0 | 0.20 | 0 | 160.13 | 1 | 0.69 |
| Hex | 62 | FF | CB | 3E | 0 | 14 | 0 | A0 | 64 | 45 |
| Octal | 142 | 377 | 313 | 76 | 0 | 24 | 0 | 240 | 144 | 105 |
| Binary | 1100010 | 11111111 | 11001011 | 111110 | 0 | 10100 | 0 | 10100000 | 1100100 | 1000101 |
Color Harmonies of #62FFCB
Complementary color
Monochromatic Colors of #62FFCB
Black with #62FFCB
Text Example
Text Example
White with #62FFCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62FFCB; }
p { color: rgb(98,255,203); }
H1.HeaderClassName
{
color: #62FFCB;
}
.AnyTagClassName
{
color: #62FFCB;
}
</style>
background-color css
<style>
a { background-color: #62FFCB; }
a { background-color: rgb(98,255,203); }
div.DivClassName
{
background-color: #62FFCB;
}
.BgClassName
{
background-color: #62FFCB;
}
</style>
border-color css
<style>
span { border-color: #62FFCB; }
span { border-color: rgb(98,255,203); }
td.TdClassName
{
border-color: #62FFCB;
}
.TagClassName
{
border-color: #62FFCB;
}
</style>