Shades of Reef #C3EFA0
Tints of Reef #C3EFA0
RGB
CMYK
RGB Variations
Color information
#C3EFA0 (or 0xC3EFA0) is known color: Reef. HEX triplet: C3, EF and A0. RGB value is (195,239,160). Sum of RGB (Red+Green+Blue) = 195+239+160=594 (78% of max value = 765). Red value is 195 (76.56% from 255 or 32.83% from 594); Green value is 239 (93.75% from 255 or 40.24% from 594); Blue value is 160 (62.89% from 255 or 26.94% from 594); Max value from RGB is 239 - color contains mainly: green. Hex color #C3EFA0 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C3EFA0 is #3C105F. Grayscale: #D9D9D9. Windows color (decimal): -3936352 or 10547139. OLE color: 10547139.
HSL color Cylindrical-coordinate representation of color #C3EFA0: hue angle of 93.42º 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 #C3EFA0 is Cyan = 0.18, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 195 | 239 | 160 | - |
| CMYK | 0.18 | 0 | 0.33 | 0.06 |
| HSL | 93.42º | 0.71% | 0.78% | - |
| HSV(B) | 93.42º | 0.33% | 0.94% | - |
| XYZ | 59.72 | 75.87 | 44.76 | - |
| YUV | 216.84 | 95.92 | 112.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 239 | 160 | 0.18 | 0 | 0.33 | 0.06 | 93.42 | 0.71 | 0.78 |
| Hex | C3 | EF | A0 | 12 | 0 | 21 | 6 | 5D | 47 | 4E |
| Octal | 303 | 357 | 240 | 22 | 0 | 41 | 6 | 135 | 107 | 116 |
| Binary | 11000011 | 11101111 | 10100000 | 10010 | 0 | 100001 | 110 | 1011101 | 1000111 | 1001110 |
Color Harmonies of #C3EFA0
Complementary color
Monochromatic Colors of #C3EFA0
Black with #C3EFA0
Text Example
Text Example
White with #C3EFA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3EFA0; }
p { color: rgb(195,239,160); }
H1.HeaderClassName
{
color: #C3EFA0;
}
.AnyTagClassName
{
color: #C3EFA0;
}
</style>
background-color css
<style>
a { background-color: #C3EFA0; }
a { background-color: rgb(195,239,160); }
div.DivClassName
{
background-color: #C3EFA0;
}
.BgClassName
{
background-color: #C3EFA0;
}
</style>
border-color css
<style>
span { border-color: #C3EFA0; }
span { border-color: rgb(195,239,160); }
td.TdClassName
{
border-color: #C3EFA0;
}
.TagClassName
{
border-color: #C3EFA0;
}
</style>