Shades of Medium Aquamarine #65CE9C
Tints of Medium Aquamarine #65CE9C
RGB
CMYK
RGB Variations
Color information
#65CE9C (or 0x65CE9C) is known color: Medium Aquamarine. HEX triplet: 65, CE and 9C. RGB value is (101,206,156). Sum of RGB (Red+Green+Blue) = 101+206+156=463 (61% of max value = 765). Red value is 101 (39.84% from 255 or 21.81% from 463); Green value is 206 (80.86% from 255 or 44.49% from 463); Blue value is 156 (61.33% from 255 or 33.69% from 463); Max value from RGB is 206 - color contains mainly: green. Hex color #65CE9C is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #65CE9C is #9A3163. Grayscale: #A8A8A8. Windows color (decimal): -10105188 or 10276453. OLE color: 10276453.
HSL color Cylindrical-coordinate representation of color #65CE9C: hue angle of 151.43º degrees, saturation: 0.52, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #65CE9C is Cyan = 0.51, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 101 | 206 | 156 | - |
| CMYK | 0.51 | 0 | 0.24 | 0.19 |
| HSL | 151.43º | 0.52% | 0.6% | - |
| HSV(B) | 151.43º | 0.51% | 0.81% | - |
| XYZ | 33.44 | 49.31 | 39.21 | - |
| YUV | 168.91 | 120.71 | 79.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 206 | 156 | 0.51 | 0 | 0.24 | 0.19 | 151.43 | 0.52 | 0.6 |
| Hex | 65 | CE | 9C | 33 | 0 | 18 | 13 | 97 | 34 | 3C |
| Octal | 145 | 316 | 234 | 63 | 0 | 30 | 23 | 227 | 64 | 74 |
| Binary | 1100101 | 11001110 | 10011100 | 110011 | 0 | 11000 | 10011 | 10010111 | 110100 | 111100 |
Color Harmonies of #65CE9C
Complementary color
Monochromatic Colors of #65CE9C
Black with #65CE9C
Text Example
Text Example
White with #65CE9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65CE9C; }
p { color: rgb(101,206,156); }
H1.HeaderClassName
{
color: #65CE9C;
}
.AnyTagClassName
{
color: #65CE9C;
}
</style>
background-color css
<style>
a { background-color: #65CE9C; }
a { background-color: rgb(101,206,156); }
div.DivClassName
{
background-color: #65CE9C;
}
.BgClassName
{
background-color: #65CE9C;
}
</style>
border-color css
<style>
span { border-color: #65CE9C; }
span { border-color: rgb(101,206,156); }
td.TdClassName
{
border-color: #65CE9C;
}
.TagClassName
{
border-color: #65CE9C;
}
</style>