Shades of Reef #C3EFA2
Tints of Reef #C3EFA2
RGB
CMYK
RGB Variations
Color information
#C3EFA2 (or 0xC3EFA2) is known color: Reef. HEX triplet: C3, EF and A2. RGB value is (195,239,162). Sum of RGB (Red+Green+Blue) = 195+239+162=596 (78% of max value = 765). Red value is 195 (76.56% from 255 or 32.72% from 596); Green value is 239 (93.75% from 255 or 40.10% from 596); Blue value is 162 (63.67% from 255 or 27.18% from 596); Max value from RGB is 239 - color contains mainly: green. Hex color #C3EFA2 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C3EFA2 is #3C105D. Grayscale: #D9D9D9. Windows color (decimal): -3936350 or 10678211. OLE color: 10678211.
HSL color Cylindrical-coordinate representation of color #C3EFA2: hue angle of 94.29º 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 #C3EFA2 is Cyan = 0.18, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 195 | 239 | 162 | - |
| CMYK | 0.18 | 0 | 0.32 | 0.06 |
| HSL | 94.29º | 0.71% | 0.79% | - |
| HSV(B) | 94.29º | 0.32% | 0.94% | - |
| XYZ | 59.89 | 75.94 | 45.68 | - |
| YUV | 217.07 | 96.92 | 112.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 239 | 162 | 0.18 | 0 | 0.32 | 0.06 | 94.29 | 0.71 | 0.79 |
| Hex | C3 | EF | A2 | 12 | 0 | 20 | 6 | 5E | 47 | 4F |
| Octal | 303 | 357 | 242 | 22 | 0 | 40 | 6 | 136 | 107 | 117 |
| Binary | 11000011 | 11101111 | 10100010 | 10010 | 0 | 100000 | 110 | 1011110 | 1000111 | 1001111 |
Color Harmonies of #C3EFA2
Complementary color
Monochromatic Colors of #C3EFA2
Black with #C3EFA2
Text Example
Text Example
White with #C3EFA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3EFA2; }
p { color: rgb(195,239,162); }
H1.HeaderClassName
{
color: #C3EFA2;
}
.AnyTagClassName
{
color: #C3EFA2;
}
</style>
background-color css
<style>
a { background-color: #C3EFA2; }
a { background-color: rgb(195,239,162); }
div.DivClassName
{
background-color: #C3EFA2;
}
.BgClassName
{
background-color: #C3EFA2;
}
</style>
border-color css
<style>
span { border-color: #C3EFA2; }
span { border-color: rgb(195,239,162); }
td.TdClassName
{
border-color: #C3EFA2;
}
.TagClassName
{
border-color: #C3EFA2;
}
</style>