Shades of Reef #C3EFA1
Tints of Reef #C3EFA1
RGB
CMYK
RGB Variations
Color information
#C3EFA1 (or 0xC3EFA1) is known color: Reef. HEX triplet: C3, EF and A1. RGB value is (195,239,161). Sum of RGB (Red+Green+Blue) = 195+239+161=595 (78% of max value = 765). Red value is 195 (76.56% from 255 or 32.77% from 595); Green value is 239 (93.75% from 255 or 40.17% from 595); Blue value is 161 (63.28% from 255 or 27.06% from 595); Max value from RGB is 239 - color contains mainly: green. Hex color #C3EFA1 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C3EFA1 is #3C105E. Grayscale: #D9D9D9. Windows color (decimal): -3936351 or 10612675. OLE color: 10612675.
HSL color Cylindrical-coordinate representation of color #C3EFA1: hue angle of 93.85º 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 #C3EFA1 is Cyan = 0.18, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 195 | 239 | 161 | - |
| CMYK | 0.18 | 0 | 0.33 | 0.06 |
| HSL | 93.85º | 0.71% | 0.78% | - |
| HSV(B) | 93.85º | 0.33% | 0.94% | - |
| XYZ | 59.81 | 75.91 | 45.22 | - |
| YUV | 216.95 | 96.42 | 112.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 239 | 161 | 0.18 | 0 | 0.33 | 0.06 | 93.85 | 0.71 | 0.78 |
| Hex | C3 | EF | A1 | 12 | 0 | 21 | 6 | 5E | 47 | 4E |
| Octal | 303 | 357 | 241 | 22 | 0 | 41 | 6 | 136 | 107 | 116 |
| Binary | 11000011 | 11101111 | 10100001 | 10010 | 0 | 100001 | 110 | 1011110 | 1000111 | 1001110 |
Color Harmonies of #C3EFA1
Complementary color
Monochromatic Colors of #C3EFA1
Black with #C3EFA1
Text Example
Text Example
White with #C3EFA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3EFA1; }
p { color: rgb(195,239,161); }
H1.HeaderClassName
{
color: #C3EFA1;
}
.AnyTagClassName
{
color: #C3EFA1;
}
</style>
background-color css
<style>
a { background-color: #C3EFA1; }
a { background-color: rgb(195,239,161); }
div.DivClassName
{
background-color: #C3EFA1;
}
.BgClassName
{
background-color: #C3EFA1;
}
</style>
border-color css
<style>
span { border-color: #C3EFA1; }
span { border-color: rgb(195,239,161); }
td.TdClassName
{
border-color: #C3EFA1;
}
.TagClassName
{
border-color: #C3EFA1;
}
</style>