Shades of Reef #C2FA9B
Tints of Reef #C2FA9B
RGB
CMYK
RGB Variations
Color information
#C2FA9B (or 0xC2FA9B) is known color: Reef. HEX triplet: C2, FA and 9B. RGB value is (194,250,155). Sum of RGB (Red+Green+Blue) = 194+250+155=599 (79% of max value = 765). Red value is 194 (76.17% from 255 or 32.39% from 599); Green value is 250 (98.05% from 255 or 41.74% from 599); Blue value is 155 (60.94% from 255 or 25.88% from 599); Max value from RGB is 250 - color contains mainly: green. Hex color #C2FA9B is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C2FA9B is #3D0564. Grayscale: #DEDEDE. Windows color (decimal): -3999077 or 10222274. OLE color: 10222274.
HSL color Cylindrical-coordinate representation of color #C2FA9B: hue angle of 95.37º degrees, saturation: 0.9, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C2FA9B is Cyan = 0.22, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 194 | 250 | 155 | - |
| CMYK | 0.22 | 0 | 0.38 | 0.02 |
| HSL | 95.37º | 0.9% | 0.79% | - |
| HSV(B) | 95.37º | 0.38% | 0.98% | - |
| XYZ | 62.35 | 82.21 | 43.59 | - |
| YUV | 222.43 | 89.95 | 107.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 250 | 155 | 0.22 | 0 | 0.38 | 0.02 | 95.37 | 0.9 | 0.79 |
| Hex | C2 | FA | 9B | 16 | 0 | 26 | 2 | 5F | 5A | 4F |
| Octal | 302 | 372 | 233 | 26 | 0 | 46 | 2 | 137 | 132 | 117 |
| Binary | 11000010 | 11111010 | 10011011 | 10110 | 0 | 100110 | 10 | 1011111 | 1011010 | 1001111 |
Color Harmonies of #C2FA9B
Complementary color
Monochromatic Colors of #C2FA9B
Black with #C2FA9B
Text Example
Text Example
White with #C2FA9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2FA9B; }
p { color: rgb(194,250,155); }
H1.HeaderClassName
{
color: #C2FA9B;
}
.AnyTagClassName
{
color: #C2FA9B;
}
</style>
background-color css
<style>
a { background-color: #C2FA9B; }
a { background-color: rgb(194,250,155); }
div.DivClassName
{
background-color: #C2FA9B;
}
.BgClassName
{
background-color: #C2FA9B;
}
</style>
border-color css
<style>
span { border-color: #C2FA9B; }
span { border-color: rgb(194,250,155); }
td.TdClassName
{
border-color: #C2FA9B;
}
.TagClassName
{
border-color: #C2FA9B;
}
</style>