Shades of Reef #C3F2A0
Tints of Reef #C3F2A0
RGB
CMYK
RGB Variations
Color information
#C3F2A0 (or 0xC3F2A0) is known color: Reef. HEX triplet: C3, F2 and A0. RGB value is (195,242,160). Sum of RGB (Red+Green+Blue) = 195+242+160=597 (79% of max value = 765). Red value is 195 (76.56% from 255 or 32.66% from 597); Green value is 242 (94.92% from 255 or 40.54% from 597); Blue value is 160 (62.89% from 255 or 26.80% from 597); Max value from RGB is 242 - color contains mainly: green. Hex color #C3F2A0 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C3F2A0 is #3C0D5F. Grayscale: #DADADA. Windows color (decimal): -3935584 or 10547907. OLE color: 10547907.
HSL color Cylindrical-coordinate representation of color #C3F2A0: hue angle of 94.39º degrees, saturation: 0.76, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C3F2A0 is Cyan = 0.19, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 195 | 242 | 160 | - |
| CMYK | 0.19 | 0 | 0.34 | 0.05 |
| HSL | 94.39º | 0.76% | 0.79% | - |
| HSV(B) | 94.39º | 0.34% | 0.95% | - |
| XYZ | 60.6 | 77.64 | 45.05 | - |
| YUV | 218.6 | 94.93 | 111.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 242 | 160 | 0.19 | 0 | 0.34 | 0.05 | 94.39 | 0.76 | 0.79 |
| Hex | C3 | F2 | A0 | 13 | 0 | 22 | 5 | 5E | 4C | 4F |
| Octal | 303 | 362 | 240 | 23 | 0 | 42 | 5 | 136 | 114 | 117 |
| Binary | 11000011 | 11110010 | 10100000 | 10011 | 0 | 100010 | 101 | 1011110 | 1001100 | 1001111 |
Color Harmonies of #C3F2A0
Complementary color
Monochromatic Colors of #C3F2A0
Black with #C3F2A0
Text Example
Text Example
White with #C3F2A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3F2A0; }
p { color: rgb(195,242,160); }
H1.HeaderClassName
{
color: #C3F2A0;
}
.AnyTagClassName
{
color: #C3F2A0;
}
</style>
background-color css
<style>
a { background-color: #C3F2A0; }
a { background-color: rgb(195,242,160); }
div.DivClassName
{
background-color: #C3F2A0;
}
.BgClassName
{
background-color: #C3F2A0;
}
</style>
border-color css
<style>
span { border-color: #C3F2A0; }
span { border-color: rgb(195,242,160); }
td.TdClassName
{
border-color: #C3F2A0;
}
.TagClassName
{
border-color: #C3F2A0;
}
</style>