Shades of Reef #C3EDA1
Tints of Reef #C3EDA1
RGB
CMYK
RGB Variations
Color information
#C3EDA1 (or 0xC3EDA1) is known color: Reef. HEX triplet: C3, ED and A1. RGB value is (195,237,161). Sum of RGB (Red+Green+Blue) = 195+237+161=593 (78% of max value = 765). Red value is 195 (76.56% from 255 or 32.88% from 593); Green value is 237 (92.97% from 255 or 39.97% from 593); Blue value is 161 (63.28% from 255 or 27.15% from 593); Max value from RGB is 237 - color contains mainly: green. Hex color #C3EDA1 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C3EDA1 is #3C125E. Grayscale: #D8D8D8. Windows color (decimal): -3936863 or 10612163. OLE color: 10612163.
HSL color Cylindrical-coordinate representation of color #C3EDA1: hue angle of 93.16º degrees, saturation: 0.68, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C3EDA1 is Cyan = 0.18, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 195 | 237 | 161 | - |
| CMYK | 0.18 | 0 | 0.32 | 0.07 |
| HSL | 93.16º | 0.68% | 0.78% | - |
| HSV(B) | 93.16º | 0.32% | 0.93% | - |
| XYZ | 59.22 | 74.74 | 45.02 | - |
| YUV | 215.78 | 97.09 | 113.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 237 | 161 | 0.18 | 0 | 0.32 | 0.07 | 93.16 | 0.68 | 0.78 |
| Hex | C3 | ED | A1 | 12 | 0 | 20 | 7 | 5D | 44 | 4E |
| Octal | 303 | 355 | 241 | 22 | 0 | 40 | 7 | 135 | 104 | 116 |
| Binary | 11000011 | 11101101 | 10100001 | 10010 | 0 | 100000 | 111 | 1011101 | 1000100 | 1001110 |
Color Harmonies of #C3EDA1
Complementary color
Monochromatic Colors of #C3EDA1
Black with #C3EDA1
Text Example
Text Example
White with #C3EDA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3EDA1; }
p { color: rgb(195,237,161); }
H1.HeaderClassName
{
color: #C3EDA1;
}
.AnyTagClassName
{
color: #C3EDA1;
}
</style>
background-color css
<style>
a { background-color: #C3EDA1; }
a { background-color: rgb(195,237,161); }
div.DivClassName
{
background-color: #C3EDA1;
}
.BgClassName
{
background-color: #C3EDA1;
}
</style>
border-color css
<style>
span { border-color: #C3EDA1; }
span { border-color: rgb(195,237,161); }
td.TdClassName
{
border-color: #C3EDA1;
}
.TagClassName
{
border-color: #C3EDA1;
}
</style>