Shades of Aquamarine #65F2CE
Tints of Aquamarine #65F2CE
RGB
CMYK
RGB Variations
Color information
#65F2CE (or 0x65F2CE) is known color: Aquamarine. HEX triplet: 65, F2 and CE. RGB value is (101,242,206). Sum of RGB (Red+Green+Blue) = 101+242+206=549 (72% of max value = 765). Red value is 101 (39.84% from 255 or 18.40% from 549); Green value is 242 (94.92% from 255 or 44.08% from 549); Blue value is 206 (80.86% from 255 or 37.52% from 549); Max value from RGB is 242 - color contains mainly: green. Hex color #65F2CE is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #65F2CE is #9A0D31. Grayscale: #C3C3C3. Windows color (decimal): -10095922 or 13562469. OLE color: 13562469.
HSL color Cylindrical-coordinate representation of color #65F2CE: hue angle of 164.68º 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 #65F2CE is Cyan = 0.58, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 101 | 242 | 206 | - |
| CMYK | 0.58 | 0 | 0.15 | 0.05 |
| HSL | 164.68º | 0.84% | 0.67% | - |
| HSV(B) | 164.68º | 0.58% | 0.95% | - |
| XYZ | 48.26 | 70.73 | 69.5 | - |
| YUV | 195.74 | 133.79 | 60.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 242 | 206 | 0.58 | 0 | 0.15 | 0.05 | 164.68 | 0.84 | 0.67 |
| Hex | 65 | F2 | CE | 3A | 0 | F | 5 | A5 | 54 | 43 |
| Octal | 145 | 362 | 316 | 72 | 0 | 17 | 5 | 245 | 124 | 103 |
| Binary | 1100101 | 11110010 | 11001110 | 111010 | 0 | 1111 | 101 | 10100101 | 1010100 | 1000011 |
Color Harmonies of #65F2CE
Complementary color
Monochromatic Colors of #65F2CE
Black with #65F2CE
Text Example
Text Example
White with #65F2CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65F2CE; }
p { color: rgb(101,242,206); }
H1.HeaderClassName
{
color: #65F2CE;
}
.AnyTagClassName
{
color: #65F2CE;
}
</style>
background-color css
<style>
a { background-color: #65F2CE; }
a { background-color: rgb(101,242,206); }
div.DivClassName
{
background-color: #65F2CE;
}
.BgClassName
{
background-color: #65F2CE;
}
</style>
border-color css
<style>
span { border-color: #65F2CE; }
span { border-color: rgb(101,242,206); }
td.TdClassName
{
border-color: #65F2CE;
}
.TagClassName
{
border-color: #65F2CE;
}
</style>