Shades of Aquamarine #65FBC2
Tints of Aquamarine #65FBC2
RGB
CMYK
RGB Variations
Color information
#65FBC2 (or 0x65FBC2) is known color: Aquamarine. HEX triplet: 65, FB and C2. RGB value is (101,251,194). Sum of RGB (Red+Green+Blue) = 101+251+194=546 (72% of max value = 765). Red value is 101 (39.84% from 255 or 18.50% from 546); Green value is 251 (98.44% from 255 or 45.97% from 546); Blue value is 194 (76.17% from 255 or 35.53% from 546); Max value from RGB is 251 - color contains mainly: green. Hex color #65FBC2 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #65FBC2 is #9A043D. Grayscale: #C7C7C7. Windows color (decimal): -10093630 or 12778341. OLE color: 12778341.
HSL color Cylindrical-coordinate representation of color #65FBC2: hue angle of 157.2º degrees, saturation: 0.95, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #65FBC2 is Cyan = 0.60, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 101 | 251 | 194 | - |
| CMYK | 0.60 | 0 | 0.23 | 0.02 |
| HSL | 157.2º | 0.95% | 0.69% | - |
| HSV(B) | 157.2º | 0.6% | 0.98% | - |
| XYZ | 49.6 | 75.66 | 63.03 | - |
| YUV | 199.65 | 124.81 | 57.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 251 | 194 | 0.60 | 0 | 0.23 | 0.02 | 157.2 | 0.95 | 0.69 |
| Hex | 65 | FB | C2 | 3C | 0 | 17 | 2 | 9D | 5F | 45 |
| Octal | 145 | 373 | 302 | 74 | 0 | 27 | 2 | 235 | 137 | 105 |
| Binary | 1100101 | 11111011 | 11000010 | 111100 | 0 | 10111 | 10 | 10011101 | 1011111 | 1000101 |
Color Harmonies of #65FBC2
Complementary color
Monochromatic Colors of #65FBC2
Black with #65FBC2
Text Example
Text Example
White with #65FBC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65FBC2; }
p { color: rgb(101,251,194); }
H1.HeaderClassName
{
color: #65FBC2;
}
.AnyTagClassName
{
color: #65FBC2;
}
</style>
background-color css
<style>
a { background-color: #65FBC2; }
a { background-color: rgb(101,251,194); }
div.DivClassName
{
background-color: #65FBC2;
}
.BgClassName
{
background-color: #65FBC2;
}
</style>
border-color css
<style>
span { border-color: #65FBC2; }
span { border-color: rgb(101,251,194); }
td.TdClassName
{
border-color: #65FBC2;
}
.TagClassName
{
border-color: #65FBC2;
}
</style>