Shades of Aquamarine #65FCCB
Tints of Aquamarine #65FCCB
RGB
CMYK
RGB Variations
Color information
#65FCCB (or 0x65FCCB) is known color: Aquamarine. HEX triplet: 65, FC and CB. RGB value is (101,252,203). Sum of RGB (Red+Green+Blue) = 101+252+203=556 (73% of max value = 765). Red value is 101 (39.84% from 255 or 18.17% from 556); Green value is 252 (98.83% from 255 or 45.32% from 556); Blue value is 203 (79.69% from 255 or 36.51% from 556); Max value from RGB is 252 - color contains mainly: green. Hex color #65FCCB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #65FCCB is #9A0334. Grayscale: #C9C9C9. Windows color (decimal): -10093365 or 13368421. OLE color: 13368421.
HSL color Cylindrical-coordinate representation of color #65FCCB: hue angle of 160.53º degrees, saturation: 0.96, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #65FCCB is Cyan = 0.60, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 101 | 252 | 203 | - |
| CMYK | 0.60 | 0 | 0.19 | 0.01 |
| HSL | 160.53º | 0.96% | 0.69% | - |
| HSV(B) | 160.53º | 0.6% | 0.99% | - |
| XYZ | 50.96 | 76.7 | 68.62 | - |
| YUV | 201.27 | 128.97 | 56.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 252 | 203 | 0.60 | 0 | 0.19 | 0.01 | 160.53 | 0.96 | 0.69 |
| Hex | 65 | FC | CB | 3C | 0 | 13 | 1 | A1 | 60 | 45 |
| Octal | 145 | 374 | 313 | 74 | 0 | 23 | 1 | 241 | 140 | 105 |
| Binary | 1100101 | 11111100 | 11001011 | 111100 | 0 | 10011 | 1 | 10100001 | 1100000 | 1000101 |
Color Harmonies of #65FCCB
Complementary color
Monochromatic Colors of #65FCCB
Black with #65FCCB
Text Example
Text Example
White with #65FCCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65FCCB; }
p { color: rgb(101,252,203); }
H1.HeaderClassName
{
color: #65FCCB;
}
.AnyTagClassName
{
color: #65FCCB;
}
</style>
background-color css
<style>
a { background-color: #65FCCB; }
a { background-color: rgb(101,252,203); }
div.DivClassName
{
background-color: #65FCCB;
}
.BgClassName
{
background-color: #65FCCB;
}
</style>
border-color css
<style>
span { border-color: #65FCCB; }
span { border-color: rgb(101,252,203); }
td.TdClassName
{
border-color: #65FCCB;
}
.TagClassName
{
border-color: #65FCCB;
}
</style>