Shades of Reef #C3FAA1
Tints of Reef #C3FAA1
RGB
CMYK
RGB Variations
Color information
#C3FAA1 (or 0xC3FAA1) is known color: Reef. HEX triplet: C3, FA and A1. RGB value is (195,250,161). Sum of RGB (Red+Green+Blue) = 195+250+161=606 (80% of max value = 765). Red value is 195 (76.56% from 255 or 32.18% from 606); Green value is 250 (98.05% from 255 or 41.25% from 606); Blue value is 161 (63.28% from 255 or 26.57% from 606); Max value from RGB is 250 - color contains mainly: green. Hex color #C3FAA1 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C3FAA1 is #3C055E. Grayscale: #DFDFDF. Windows color (decimal): -3933535 or 10615491. OLE color: 10615491.
HSL color Cylindrical-coordinate representation of color #C3FAA1: hue angle of 97.08º degrees, saturation: 0.9, 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 #C3FAA1 is Cyan = 0.22, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 195 | 250 | 161 | - |
| CMYK | 0.22 | 0 | 0.36 | 0.02 |
| HSL | 97.08º | 0.9% | 0.81% | - |
| HSV(B) | 97.08º | 0.36% | 0.98% | - |
| XYZ | 63.12 | 82.55 | 46.32 | - |
| YUV | 223.41 | 92.78 | 107.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 250 | 161 | 0.22 | 0 | 0.36 | 0.02 | 97.08 | 0.9 | 0.81 |
| Hex | C3 | FA | A1 | 16 | 0 | 24 | 2 | 61 | 5A | 51 |
| Octal | 303 | 372 | 241 | 26 | 0 | 44 | 2 | 141 | 132 | 121 |
| Binary | 11000011 | 11111010 | 10100001 | 10110 | 0 | 100100 | 10 | 1100001 | 1011010 | 1010001 |
Color Harmonies of #C3FAA1
Complementary color
Monochromatic Colors of #C3FAA1
Black with #C3FAA1
Text Example
Text Example
White with #C3FAA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3FAA1; }
p { color: rgb(195,250,161); }
H1.HeaderClassName
{
color: #C3FAA1;
}
.AnyTagClassName
{
color: #C3FAA1;
}
</style>
background-color css
<style>
a { background-color: #C3FAA1; }
a { background-color: rgb(195,250,161); }
div.DivClassName
{
background-color: #C3FAA1;
}
.BgClassName
{
background-color: #C3FAA1;
}
</style>
border-color css
<style>
span { border-color: #C3FAA1; }
span { border-color: rgb(195,250,161); }
td.TdClassName
{
border-color: #C3FAA1;
}
.TagClassName
{
border-color: #C3FAA1;
}
</style>