Shades of Reef #C3F3A0
Tints of Reef #C3F3A0
RGB
CMYK
RGB Variations
Color information
#C3F3A0 (or 0xC3F3A0) is known color: Reef. HEX triplet: C3, F3 and A0. RGB value is (195,243,160). Sum of RGB (Red+Green+Blue) = 195+243+160=598 (79% of max value = 765). Red value is 195 (76.56% from 255 or 32.61% from 598); Green value is 243 (95.31% from 255 or 40.64% from 598); Blue value is 160 (62.89% from 255 or 26.76% from 598); Max value from RGB is 243 - color contains mainly: green. Hex color #C3F3A0 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C3F3A0 is #3C0C5F. Grayscale: #DBDBDB. Windows color (decimal): -3935328 or 10548163. OLE color: 10548163.
HSL color Cylindrical-coordinate representation of color #C3F3A0: hue angle of 94.7º degrees, saturation: 0.78, 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 #C3F3A0 is Cyan = 0.20, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 195 | 243 | 160 | - |
| CMYK | 0.20 | 0 | 0.34 | 0.05 |
| HSL | 94.7º | 0.78% | 0.79% | - |
| HSV(B) | 94.7º | 0.34% | 0.95% | - |
| XYZ | 60.9 | 78.24 | 45.15 | - |
| YUV | 219.19 | 94.6 | 110.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 243 | 160 | 0.20 | 0 | 0.34 | 0.05 | 94.7 | 0.78 | 0.79 |
| Hex | C3 | F3 | A0 | 14 | 0 | 22 | 5 | 5F | 4E | 4F |
| Octal | 303 | 363 | 240 | 24 | 0 | 42 | 5 | 137 | 116 | 117 |
| Binary | 11000011 | 11110011 | 10100000 | 10100 | 0 | 100010 | 101 | 1011111 | 1001110 | 1001111 |
Color Harmonies of #C3F3A0
Complementary color
Monochromatic Colors of #C3F3A0
Black with #C3F3A0
Text Example
Text Example
White with #C3F3A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3F3A0; }
p { color: rgb(195,243,160); }
H1.HeaderClassName
{
color: #C3F3A0;
}
.AnyTagClassName
{
color: #C3F3A0;
}
</style>
background-color css
<style>
a { background-color: #C3F3A0; }
a { background-color: rgb(195,243,160); }
div.DivClassName
{
background-color: #C3F3A0;
}
.BgClassName
{
background-color: #C3F3A0;
}
</style>
border-color css
<style>
span { border-color: #C3F3A0; }
span { border-color: rgb(195,243,160); }
td.TdClassName
{
border-color: #C3F3A0;
}
.TagClassName
{
border-color: #C3F3A0;
}
</style>