Shades of Madang #C2FFAA
Tints of Madang #C2FFAA
RGB
CMYK
RGB Variations
Color information
#C2FFAA (or 0xC2FFAA) is known color: Madang. HEX triplet: C2, FF and AA. RGB value is (194,255,170). Sum of RGB (Red+Green+Blue) = 194+255+170=619 (81% of max value = 765). Red value is 194 (76.17% from 255 or 31.34% from 619); Green value is 255 (100% from 255 or 41.20% from 619); Blue value is 170 (66.80% from 255 or 27.46% from 619); Max value from RGB is 255 - color contains mainly: green. Hex color #C2FFAA is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C2FFAA is #3D0055. Grayscale: #E3E3E3. Windows color (decimal): -3997782 or 11206594. OLE color: 11206594.
HSL color Cylindrical-coordinate representation of color #C2FFAA: hue angle of 103.06º degrees, saturation: 1, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C2FFAA is Cyan = 0.24, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.
Color convert
RGB | 194 | 255 | 170 | - |
CMYK | 0.24 | 0 | 0.33 | 0 |
HSL | 103.06º | 1% | 0.83% | - |
HSV(B) | 103.06º | 0.33% | 1% | - |
XYZ | 65.26 | 85.89 | 51.17 | - |
YUV | 227.07 | 95.79 | 104.41 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 194 | 255 | 170 | 0.24 | 0 | 0.33 | 0 | 103.06 | 1 | 0.83 |
Hex | C2 | FF | AA | 18 | 0 | 21 | 0 | 67 | 64 | 53 |
Octal | 302 | 377 | 252 | 30 | 0 | 41 | 0 | 147 | 144 | 123 |
Binary | 11000010 | 11111111 | 10101010 | 11000 | 0 | 100001 | 0 | 1100111 | 1100100 | 1010011 |
Color Harmonies of #C2FFAA
Complementary color
Monochromatic Colors of #C2FFAA
Black with #C2FFAA
Text Example
Text Example
White with #C2FFAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2FFAA; }
p { color: rgb(194,255,170); }
H1.HeaderClassName
{
color: #C2FFAA;
}
.AnyTagClassName
{
color: #C2FFAA;
}
</style>
background-color css
<style>
a { background-color: #C2FFAA; }
a { background-color: rgb(194,255,170); }
div.DivClassName
{
background-color: #C2FFAA;
}
.BgClassName
{
background-color: #C2FFAA;
}
</style>
border-color css
<style>
span { border-color: #C2FFAA; }
span { border-color: rgb(194,255,170); }
td.TdClassName
{
border-color: #C2FFAA;
}
.TagClassName
{
border-color: #C2FFAA;
}
</style>