Shades of Reef #C4EFA1
Tints of Reef #C4EFA1
RGB
CMYK
RGB Variations
Color information
#C4EFA1 (or 0xC4EFA1) is known color: Reef. HEX triplet: C4, EF and A1. RGB value is (196,239,161). Sum of RGB (Red+Green+Blue) = 196+239+161=596 (78% of max value = 765). Red value is 196 (76.95% from 255 or 32.89% from 596); Green value is 239 (93.75% from 255 or 40.10% from 596); Blue value is 161 (63.28% from 255 or 27.01% from 596); Max value from RGB is 239 - color contains mainly: green. Hex color #C4EFA1 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C4EFA1 is #3B105E. Grayscale: #D9D9D9. Windows color (decimal): -3870815 or 10612676. OLE color: 10612676.
HSL color Cylindrical-coordinate representation of color #C4EFA1: hue angle of 93.08º degrees, saturation: 0.71, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C4EFA1 is Cyan = 0.18, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 196 | 239 | 161 | - |
| CMYK | 0.18 | 0 | 0.33 | 0.06 |
| HSL | 93.08º | 0.71% | 0.78% | - |
| HSV(B) | 93.08º | 0.33% | 0.94% | - |
| XYZ | 60.06 | 76.04 | 45.23 | - |
| YUV | 217.25 | 96.25 | 112.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 239 | 161 | 0.18 | 0 | 0.33 | 0.06 | 93.08 | 0.71 | 0.78 |
| Hex | C4 | EF | A1 | 12 | 0 | 21 | 6 | 5D | 47 | 4E |
| Octal | 304 | 357 | 241 | 22 | 0 | 41 | 6 | 135 | 107 | 116 |
| Binary | 11000100 | 11101111 | 10100001 | 10010 | 0 | 100001 | 110 | 1011101 | 1000111 | 1001110 |
Color Harmonies of #C4EFA1
Complementary color
Monochromatic Colors of #C4EFA1
Black with #C4EFA1
Text Example
Text Example
White with #C4EFA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4EFA1; }
p { color: rgb(196,239,161); }
H1.HeaderClassName
{
color: #C4EFA1;
}
.AnyTagClassName
{
color: #C4EFA1;
}
</style>
background-color css
<style>
a { background-color: #C4EFA1; }
a { background-color: rgb(196,239,161); }
div.DivClassName
{
background-color: #C4EFA1;
}
.BgClassName
{
background-color: #C4EFA1;
}
</style>
border-color css
<style>
span { border-color: #C4EFA1; }
span { border-color: rgb(196,239,161); }
td.TdClassName
{
border-color: #C4EFA1;
}
.TagClassName
{
border-color: #C4EFA1;
}
</style>