Shades of Reef #C4EFA2
Tints of Reef #C4EFA2
RGB
CMYK
RGB Variations
Color information
#C4EFA2 (or 0xC4EFA2) is known color: Reef. HEX triplet: C4, EF and A2. RGB value is (196,239,162). Sum of RGB (Red+Green+Blue) = 196+239+162=597 (79% of max value = 765). Red value is 196 (76.95% from 255 or 32.83% from 597); Green value is 239 (93.75% from 255 or 40.03% from 597); Blue value is 162 (63.67% from 255 or 27.14% from 597); Max value from RGB is 239 - color contains mainly: green. Hex color #C4EFA2 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C4EFA2 is #3B105D. Grayscale: #D9D9D9. Windows color (decimal): -3870814 or 10678212. OLE color: 10678212.
HSL color Cylindrical-coordinate representation of color #C4EFA2: hue angle of 93.51º degrees, saturation: 0.71, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C4EFA2 is Cyan = 0.18, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 196 | 239 | 162 | - |
| CMYK | 0.18 | 0 | 0.32 | 0.06 |
| HSL | 93.51º | 0.71% | 0.79% | - |
| HSV(B) | 93.51º | 0.32% | 0.94% | - |
| XYZ | 60.15 | 76.08 | 45.7 | - |
| YUV | 217.37 | 96.75 | 112.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 239 | 162 | 0.18 | 0 | 0.32 | 0.06 | 93.51 | 0.71 | 0.79 |
| Hex | C4 | EF | A2 | 12 | 0 | 20 | 6 | 5E | 47 | 4F |
| Octal | 304 | 357 | 242 | 22 | 0 | 40 | 6 | 136 | 107 | 117 |
| Binary | 11000100 | 11101111 | 10100010 | 10010 | 0 | 100000 | 110 | 1011110 | 1000111 | 1001111 |
Color Harmonies of #C4EFA2
Complementary color
Monochromatic Colors of #C4EFA2
Black with #C4EFA2
Text Example
Text Example
White with #C4EFA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4EFA2; }
p { color: rgb(196,239,162); }
H1.HeaderClassName
{
color: #C4EFA2;
}
.AnyTagClassName
{
color: #C4EFA2;
}
</style>
background-color css
<style>
a { background-color: #C4EFA2; }
a { background-color: rgb(196,239,162); }
div.DivClassName
{
background-color: #C4EFA2;
}
.BgClassName
{
background-color: #C4EFA2;
}
</style>
border-color css
<style>
span { border-color: #C4EFA2; }
span { border-color: rgb(196,239,162); }
td.TdClassName
{
border-color: #C4EFA2;
}
.TagClassName
{
border-color: #C4EFA2;
}
</style>