Shades of Reef #C3FBA1
Tints of Reef #C3FBA1
RGB
CMYK
RGB Variations
Color information
#C3FBA1 (or 0xC3FBA1) is known color: Reef. HEX triplet: C3, FB and A1. RGB value is (195,251,161). Sum of RGB (Red+Green+Blue) = 195+251+161=607 (80% of max value = 765). Red value is 195 (76.56% from 255 or 32.13% from 607); Green value is 251 (98.44% from 255 or 41.35% from 607); Blue value is 161 (63.28% from 255 or 26.52% from 607); Max value from RGB is 251 - color contains mainly: green. Hex color #C3FBA1 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C3FBA1 is #3C045E. Grayscale: #E0E0E0. Windows color (decimal): -3933279 or 10615747. OLE color: 10615747.
HSL color Cylindrical-coordinate representation of color #C3FBA1: hue angle of 97.33º degrees, saturation: 0.92, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C3FBA1 is Cyan = 0.22, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 195 | 251 | 161 | - |
| CMYK | 0.22 | 0 | 0.36 | 0.02 |
| HSL | 97.33º | 0.92% | 0.81% | - |
| HSV(B) | 97.33º | 0.36% | 0.98% | - |
| XYZ | 63.44 | 83.17 | 46.43 | - |
| YUV | 224 | 92.45 | 107.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 251 | 161 | 0.22 | 0 | 0.36 | 0.02 | 97.33 | 0.92 | 0.81 |
| Hex | C3 | FB | A1 | 16 | 0 | 24 | 2 | 61 | 5C | 51 |
| Octal | 303 | 373 | 241 | 26 | 0 | 44 | 2 | 141 | 134 | 121 |
| Binary | 11000011 | 11111011 | 10100001 | 10110 | 0 | 100100 | 10 | 1100001 | 1011100 | 1010001 |
Color Harmonies of #C3FBA1
Complementary color
Monochromatic Colors of #C3FBA1
Black with #C3FBA1
Text Example
Text Example
White with #C3FBA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3FBA1; }
p { color: rgb(195,251,161); }
H1.HeaderClassName
{
color: #C3FBA1;
}
.AnyTagClassName
{
color: #C3FBA1;
}
</style>
background-color css
<style>
a { background-color: #C3FBA1; }
a { background-color: rgb(195,251,161); }
div.DivClassName
{
background-color: #C3FBA1;
}
.BgClassName
{
background-color: #C3FBA1;
}
</style>
border-color css
<style>
span { border-color: #C3FBA1; }
span { border-color: rgb(195,251,161); }
td.TdClassName
{
border-color: #C3FBA1;
}
.TagClassName
{
border-color: #C3FBA1;
}
</style>