Shades of Reef #C6FEA2
Tints of Reef #C6FEA2
RGB
CMYK
RGB Variations
Color information
#C6FEA2 (or 0xC6FEA2) is known color: Reef. HEX triplet: C6, FE and A2. RGB value is (198,254,162). Sum of RGB (Red+Green+Blue) = 198+254+162=614 (81% of max value = 765). Red value is 198 (77.73% from 255 or 32.25% from 614); Green value is 254 (99.61% from 255 or 41.37% from 614); Blue value is 162 (63.67% from 255 or 26.38% from 614); Max value from RGB is 254 - color contains mainly: green. Hex color #C6FEA2 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C6FEA2 is #39015D. Grayscale: #E3E3E3. Windows color (decimal): -3735902 or 10682054. OLE color: 10682054.
HSL color Cylindrical-coordinate representation of color #C6FEA2: hue angle of 96.52º degrees, saturation: 0.98, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C6FEA2 is Cyan = 0.22, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 198 | 254 | 162 | - |
| CMYK | 0.22 | 0 | 0.36 | 0.00 |
| HSL | 96.52º | 0.98% | 0.82% | - |
| HSV(B) | 96.52º | 0.36% | 1% | - |
| XYZ | 65.25 | 85.5 | 47.25 | - |
| YUV | 226.77 | 91.45 | 107.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 254 | 162 | 0.22 | 0 | 0.36 | 0.00 | 96.52 | 0.98 | 0.82 |
| Hex | C6 | FE | A2 | 16 | 0 | 24 | 0 | 61 | 62 | 52 |
| Octal | 306 | 376 | 242 | 26 | 0 | 44 | 0 | 141 | 142 | 122 |
| Binary | 11000110 | 11111110 | 10100010 | 10110 | 0 | 100100 | 0 | 1100001 | 1100010 | 1010010 |
Color Harmonies of #C6FEA2
Complementary color
Monochromatic Colors of #C6FEA2
Black with #C6FEA2
Text Example
Text Example
White with #C6FEA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6FEA2; }
p { color: rgb(198,254,162); }
H1.HeaderClassName
{
color: #C6FEA2;
}
.AnyTagClassName
{
color: #C6FEA2;
}
</style>
background-color css
<style>
a { background-color: #C6FEA2; }
a { background-color: rgb(198,254,162); }
div.DivClassName
{
background-color: #C6FEA2;
}
.BgClassName
{
background-color: #C6FEA2;
}
</style>
border-color css
<style>
span { border-color: #C6FEA2; }
span { border-color: rgb(198,254,162); }
td.TdClassName
{
border-color: #C6FEA2;
}
.TagClassName
{
border-color: #C6FEA2;
}
</style>