Shades of Aquamarine #65F2CB
Tints of Aquamarine #65F2CB
RGB
CMYK
RGB Variations
Color information
#65F2CB (or 0x65F2CB) is known color: Aquamarine. HEX triplet: 65, F2 and CB. RGB value is (101,242,203). Sum of RGB (Red+Green+Blue) = 101+242+203=546 (72% of max value = 765). Red value is 101 (39.84% from 255 or 18.50% from 546); Green value is 242 (94.92% from 255 or 44.32% from 546); Blue value is 203 (79.69% from 255 or 37.18% from 546); Max value from RGB is 242 - color contains mainly: green. Hex color #65F2CB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #65F2CB is #9A0D34. Grayscale: #C3C3C3. Windows color (decimal): -10095925 or 13365861. OLE color: 13365861.
HSL color Cylindrical-coordinate representation of color #65F2CB: hue angle of 163.4º degrees, saturation: 0.84, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #65F2CB is Cyan = 0.58, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 101 | 242 | 203 | - |
| CMYK | 0.58 | 0 | 0.16 | 0.05 |
| HSL | 163.4º | 0.84% | 0.67% | - |
| HSV(B) | 163.4º | 0.58% | 0.95% | - |
| XYZ | 47.9 | 70.58 | 67.6 | - |
| YUV | 195.4 | 132.29 | 60.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 242 | 203 | 0.58 | 0 | 0.16 | 0.05 | 163.4 | 0.84 | 0.67 |
| Hex | 65 | F2 | CB | 3A | 0 | 10 | 5 | A3 | 54 | 43 |
| Octal | 145 | 362 | 313 | 72 | 0 | 20 | 5 | 243 | 124 | 103 |
| Binary | 1100101 | 11110010 | 11001011 | 111010 | 0 | 10000 | 101 | 10100011 | 1010100 | 1000011 |
Color Harmonies of #65F2CB
Complementary color
Monochromatic Colors of #65F2CB
Black with #65F2CB
Text Example
Text Example
White with #65F2CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65F2CB; }
p { color: rgb(101,242,203); }
H1.HeaderClassName
{
color: #65F2CB;
}
.AnyTagClassName
{
color: #65F2CB;
}
</style>
background-color css
<style>
a { background-color: #65F2CB; }
a { background-color: rgb(101,242,203); }
div.DivClassName
{
background-color: #65F2CB;
}
.BgClassName
{
background-color: #65F2CB;
}
</style>
border-color css
<style>
span { border-color: #65F2CB; }
span { border-color: rgb(101,242,203); }
td.TdClassName
{
border-color: #65F2CB;
}
.TagClassName
{
border-color: #65F2CB;
}
</style>