Shades of Reef #C4EAA1
Tints of Reef #C4EAA1
RGB
CMYK
RGB Variations
Color information
#C4EAA1 (or 0xC4EAA1) is known color: Reef. HEX triplet: C4, EA and A1. RGB value is (196,234,161). Sum of RGB (Red+Green+Blue) = 196+234+161=591 (78% of max value = 765). Red value is 196 (76.95% from 255 or 33.16% from 591); Green value is 234 (91.80% from 255 or 39.59% from 591); Blue value is 161 (63.28% from 255 or 27.24% from 591); Max value from RGB is 234 - color contains mainly: green. Hex color #C4EAA1 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C4EAA1 is #3B155E. Grayscale: #D6D6D6. Windows color (decimal): -3872095 or 10611396. OLE color: 10611396.
HSL color Cylindrical-coordinate representation of color #C4EAA1: hue angle of 91.23º degrees, saturation: 0.63, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C4EAA1 is Cyan = 0.16, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 196 | 234 | 161 | - |
| CMYK | 0.16 | 0 | 0.31 | 0.08 |
| HSL | 91.23º | 0.63% | 0.77% | - |
| HSV(B) | 91.23º | 0.31% | 0.92% | - |
| XYZ | 58.62 | 73.15 | 44.75 | - |
| YUV | 214.32 | 97.91 | 114.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 234 | 161 | 0.16 | 0 | 0.31 | 0.08 | 91.23 | 0.63 | 0.77 |
| Hex | C4 | EA | A1 | 10 | 0 | 1F | 8 | 5B | 3F | 4D |
| Octal | 304 | 352 | 241 | 20 | 0 | 37 | 10 | 133 | 77 | 115 |
| Binary | 11000100 | 11101010 | 10100001 | 10000 | 0 | 11111 | 1000 | 1011011 | 111111 | 1001101 |
Color Harmonies of #C4EAA1
Complementary color
Monochromatic Colors of #C4EAA1
Black with #C4EAA1
Text Example
Text Example
White with #C4EAA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4EAA1; }
p { color: rgb(196,234,161); }
H1.HeaderClassName
{
color: #C4EAA1;
}
.AnyTagClassName
{
color: #C4EAA1;
}
</style>
background-color css
<style>
a { background-color: #C4EAA1; }
a { background-color: rgb(196,234,161); }
div.DivClassName
{
background-color: #C4EAA1;
}
.BgClassName
{
background-color: #C4EAA1;
}
</style>
border-color css
<style>
span { border-color: #C4EAA1; }
span { border-color: rgb(196,234,161); }
td.TdClassName
{
border-color: #C4EAA1;
}
.TagClassName
{
border-color: #C4EAA1;
}
</style>