Shades of Reef #C6F1A2
Tints of Reef #C6F1A2
RGB
CMYK
RGB Variations
Color information
#C6F1A2 (or 0xC6F1A2) is known color: Reef. HEX triplet: C6, F1 and A2. RGB value is (198,241,162). Sum of RGB (Red+Green+Blue) = 198+241+162=601 (79% of max value = 765). Red value is 198 (77.73% from 255 or 32.95% from 601); Green value is 241 (94.53% from 255 or 40.10% from 601); Blue value is 162 (63.67% from 255 or 26.96% from 601); Max value from RGB is 241 - color contains mainly: green. Hex color #C6F1A2 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C6F1A2 is #390E5D. Grayscale: #DBDBDB. Windows color (decimal): -3739230 or 10678726. OLE color: 10678726.
HSL color Cylindrical-coordinate representation of color #C6F1A2: hue angle of 92.66º degrees, saturation: 0.74, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C6F1A2 is Cyan = 0.18, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 198 | 241 | 162 | - |
| CMYK | 0.18 | 0 | 0.33 | 0.05 |
| HSL | 92.66º | 0.74% | 0.79% | - |
| HSV(B) | 92.66º | 0.33% | 0.95% | - |
| XYZ | 61.27 | 77.52 | 45.92 | - |
| YUV | 219.14 | 95.75 | 112.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 241 | 162 | 0.18 | 0 | 0.33 | 0.05 | 92.66 | 0.74 | 0.79 |
| Hex | C6 | F1 | A2 | 12 | 0 | 21 | 5 | 5D | 4A | 4F |
| Octal | 306 | 361 | 242 | 22 | 0 | 41 | 5 | 135 | 112 | 117 |
| Binary | 11000110 | 11110001 | 10100010 | 10010 | 0 | 100001 | 101 | 1011101 | 1001010 | 1001111 |
Color Harmonies of #C6F1A2
Complementary color
Monochromatic Colors of #C6F1A2
Black with #C6F1A2
Text Example
Text Example
White with #C6F1A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6F1A2; }
p { color: rgb(198,241,162); }
H1.HeaderClassName
{
color: #C6F1A2;
}
.AnyTagClassName
{
color: #C6F1A2;
}
</style>
background-color css
<style>
a { background-color: #C6F1A2; }
a { background-color: rgb(198,241,162); }
div.DivClassName
{
background-color: #C6F1A2;
}
.BgClassName
{
background-color: #C6F1A2;
}
</style>
border-color css
<style>
span { border-color: #C6F1A2; }
span { border-color: rgb(198,241,162); }
td.TdClassName
{
border-color: #C6F1A2;
}
.TagClassName
{
border-color: #C6F1A2;
}
</style>