Shades of Aquamarine #62FCCB
Tints of Aquamarine #62FCCB
RGB
CMYK
RGB Variations
Color information
#62FCCB (or 0x62FCCB) is known color: Aquamarine. HEX triplet: 62, FC and CB. RGB value is (98,252,203). Sum of RGB (Red+Green+Blue) = 98+252+203=553 (73% of max value = 765). Red value is 98 (38.67% from 255 or 17.72% from 553); Green value is 252 (98.83% from 255 or 45.57% from 553); Blue value is 203 (79.69% from 255 or 36.71% from 553); Max value from RGB is 252 - color contains mainly: green. Hex color #62FCCB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #62FCCB is #9D0334. Grayscale: #C8C8C8. Windows color (decimal): -10289973 or 13368418. OLE color: 13368418.
HSL color Cylindrical-coordinate representation of color #62FCCB: hue angle of 160.91º degrees, saturation: 0.96, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #62FCCB is Cyan = 0.61, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 98 | 252 | 203 | - |
| CMYK | 0.61 | 0 | 0.19 | 0.01 |
| HSL | 160.91º | 0.96% | 0.69% | - |
| HSV(B) | 160.91º | 0.61% | 0.99% | - |
| XYZ | 50.63 | 76.53 | 68.6 | - |
| YUV | 200.37 | 129.48 | 54.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 252 | 203 | 0.61 | 0 | 0.19 | 0.01 | 160.91 | 0.96 | 0.69 |
| Hex | 62 | FC | CB | 3D | 0 | 13 | 1 | A1 | 60 | 45 |
| Octal | 142 | 374 | 313 | 75 | 0 | 23 | 1 | 241 | 140 | 105 |
| Binary | 1100010 | 11111100 | 11001011 | 111101 | 0 | 10011 | 1 | 10100001 | 1100000 | 1000101 |
Color Harmonies of #62FCCB
Complementary color
Monochromatic Colors of #62FCCB
Black with #62FCCB
Text Example
Text Example
White with #62FCCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62FCCB; }
p { color: rgb(98,252,203); }
H1.HeaderClassName
{
color: #62FCCB;
}
.AnyTagClassName
{
color: #62FCCB;
}
</style>
background-color css
<style>
a { background-color: #62FCCB; }
a { background-color: rgb(98,252,203); }
div.DivClassName
{
background-color: #62FCCB;
}
.BgClassName
{
background-color: #62FCCB;
}
</style>
border-color css
<style>
span { border-color: #62FCCB; }
span { border-color: rgb(98,252,203); }
td.TdClassName
{
border-color: #62FCCB;
}
.TagClassName
{
border-color: #62FCCB;
}
</style>