Shades of Reef #C6FAA3
Tints of Reef #C6FAA3
RGB
CMYK
RGB Variations
Color information
#C6FAA3 (or 0xC6FAA3) is known color: Reef. HEX triplet: C6, FA and A3. RGB value is (198,250,163). Sum of RGB (Red+Green+Blue) = 198+250+163=611 (80% of max value = 765). Red value is 198 (77.73% from 255 or 32.41% from 611); Green value is 250 (98.05% from 255 or 40.92% from 611); Blue value is 163 (64.06% from 255 or 26.68% from 611); Max value from RGB is 250 - color contains mainly: green. Hex color #C6FAA3 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C6FAA3 is #39055C. Grayscale: #E0E0E0. Windows color (decimal): -3736925 or 10746566. OLE color: 10746566.
HSL color Cylindrical-coordinate representation of color #C6FAA3: hue angle of 95.86º degrees, saturation: 0.9, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C6FAA3 is Cyan = 0.21, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 198 | 250 | 163 | - |
| CMYK | 0.21 | 0 | 0.35 | 0.02 |
| HSL | 95.86º | 0.9% | 0.81% | - |
| HSV(B) | 95.86º | 0.35% | 0.98% | - |
| XYZ | 64.09 | 83.02 | 47.3 | - |
| YUV | 224.53 | 93.27 | 109.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 250 | 163 | 0.21 | 0 | 0.35 | 0.02 | 95.86 | 0.9 | 0.81 |
| Hex | C6 | FA | A3 | 15 | 0 | 23 | 2 | 60 | 5A | 51 |
| Octal | 306 | 372 | 243 | 25 | 0 | 43 | 2 | 140 | 132 | 121 |
| Binary | 11000110 | 11111010 | 10100011 | 10101 | 0 | 100011 | 10 | 1100000 | 1011010 | 1010001 |
Color Harmonies of #C6FAA3
Complementary color
Monochromatic Colors of #C6FAA3
Black with #C6FAA3
Text Example
Text Example
White with #C6FAA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6FAA3; }
p { color: rgb(198,250,163); }
H1.HeaderClassName
{
color: #C6FAA3;
}
.AnyTagClassName
{
color: #C6FAA3;
}
</style>
background-color css
<style>
a { background-color: #C6FAA3; }
a { background-color: rgb(198,250,163); }
div.DivClassName
{
background-color: #C6FAA3;
}
.BgClassName
{
background-color: #C6FAA3;
}
</style>
border-color css
<style>
span { border-color: #C6FAA3; }
span { border-color: rgb(198,250,163); }
td.TdClassName
{
border-color: #C6FAA3;
}
.TagClassName
{
border-color: #C6FAA3;
}
</style>