Shades of Reef #C6F3A2
Tints of Reef #C6F3A2
RGB
CMYK
RGB Variations
Color information
#C6F3A2 (or 0xC6F3A2) is known color: Reef. HEX triplet: C6, F3 and A2. RGB value is (198,243,162). Sum of RGB (Red+Green+Blue) = 198+243+162=603 (79% of max value = 765). Red value is 198 (77.73% from 255 or 32.84% from 603); Green value is 243 (95.31% from 255 or 40.30% from 603); Blue value is 162 (63.67% from 255 or 26.87% from 603); Max value from RGB is 243 - color contains mainly: green. Hex color #C6F3A2 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C6F3A2 is #390C5D. Grayscale: #DCDCDC. Windows color (decimal): -3738718 or 10679238. OLE color: 10679238.
HSL color Cylindrical-coordinate representation of color #C6F3A2: hue angle of 93.33º degrees, saturation: 0.77, 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 #C6F3A2 is Cyan = 0.19, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 198 | 243 | 162 | - |
| CMYK | 0.19 | 0 | 0.33 | 0.05 |
| HSL | 93.33º | 0.77% | 0.79% | - |
| HSV(B) | 93.33º | 0.33% | 0.95% | - |
| XYZ | 61.86 | 78.72 | 46.12 | - |
| YUV | 220.31 | 95.09 | 112.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 243 | 162 | 0.19 | 0 | 0.33 | 0.05 | 93.33 | 0.77 | 0.79 |
| Hex | C6 | F3 | A2 | 13 | 0 | 21 | 5 | 5D | 4D | 4F |
| Octal | 306 | 363 | 242 | 23 | 0 | 41 | 5 | 135 | 115 | 117 |
| Binary | 11000110 | 11110011 | 10100010 | 10011 | 0 | 100001 | 101 | 1011101 | 1001101 | 1001111 |
Color Harmonies of #C6F3A2
Complementary color
Monochromatic Colors of #C6F3A2
Black with #C6F3A2
Text Example
Text Example
White with #C6F3A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6F3A2; }
p { color: rgb(198,243,162); }
H1.HeaderClassName
{
color: #C6F3A2;
}
.AnyTagClassName
{
color: #C6F3A2;
}
</style>
background-color css
<style>
a { background-color: #C6F3A2; }
a { background-color: rgb(198,243,162); }
div.DivClassName
{
background-color: #C6F3A2;
}
.BgClassName
{
background-color: #C6F3A2;
}
</style>
border-color css
<style>
span { border-color: #C6F3A2; }
span { border-color: rgb(198,243,162); }
td.TdClassName
{
border-color: #C6F3A2;
}
.TagClassName
{
border-color: #C6F3A2;
}
</style>