Shades of Aquamarine #65F3CB
Tints of Aquamarine #65F3CB
RGB
CMYK
RGB Variations
Color information
#65F3CB (or 0x65F3CB) is known color: Aquamarine. HEX triplet: 65, F3 and CB. RGB value is (101,243,203). Sum of RGB (Red+Green+Blue) = 101+243+203=547 (72% of max value = 765). Red value is 101 (39.84% from 255 or 18.46% from 547); Green value is 243 (95.31% from 255 or 44.42% from 547); Blue value is 203 (79.69% from 255 or 37.11% from 547); Max value from RGB is 243 - color contains mainly: green. Hex color #65F3CB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #65F3CB is #9A0C34. Grayscale: #C4C4C4. Windows color (decimal): -10095669 or 13366117. OLE color: 13366117.
HSL color Cylindrical-coordinate representation of color #65F3CB: hue angle of 163.1º degrees, saturation: 0.86, 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 #65F3CB is Cyan = 0.58, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 101 | 243 | 203 | - |
| CMYK | 0.58 | 0 | 0.16 | 0.05 |
| HSL | 163.1º | 0.86% | 0.67% | - |
| HSV(B) | 163.1º | 0.58% | 0.95% | - |
| XYZ | 48.2 | 71.18 | 67.7 | - |
| YUV | 195.98 | 131.96 | 60.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 243 | 203 | 0.58 | 0 | 0.16 | 0.05 | 163.1 | 0.86 | 0.67 |
| Hex | 65 | F3 | CB | 3A | 0 | 10 | 5 | A3 | 56 | 43 |
| Octal | 145 | 363 | 313 | 72 | 0 | 20 | 5 | 243 | 126 | 103 |
| Binary | 1100101 | 11110011 | 11001011 | 111010 | 0 | 10000 | 101 | 10100011 | 1010110 | 1000011 |
Color Harmonies of #65F3CB
Complementary color
Monochromatic Colors of #65F3CB
Black with #65F3CB
Text Example
Text Example
White with #65F3CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65F3CB; }
p { color: rgb(101,243,203); }
H1.HeaderClassName
{
color: #65F3CB;
}
.AnyTagClassName
{
color: #65F3CB;
}
</style>
background-color css
<style>
a { background-color: #65F3CB; }
a { background-color: rgb(101,243,203); }
div.DivClassName
{
background-color: #65F3CB;
}
.BgClassName
{
background-color: #65F3CB;
}
</style>
border-color css
<style>
span { border-color: #65F3CB; }
span { border-color: rgb(101,243,203); }
td.TdClassName
{
border-color: #65F3CB;
}
.TagClassName
{
border-color: #65F3CB;
}
</style>