Shades of Reef #C6DFA1
Tints of Reef #C6DFA1
RGB
CMYK
RGB Variations
Color information
#C6DFA1 (or 0xC6DFA1) is known color: Reef. HEX triplet: C6, DF and A1. RGB value is (198,223,161). Sum of RGB (Red+Green+Blue) = 198+223+161=582 (77% of max value = 765). Red value is 198 (77.73% from 255 or 34.02% from 582); Green value is 223 (87.5% from 255 or 38.32% from 582); Blue value is 161 (63.28% from 255 or 27.66% from 582); Max value from RGB is 223 - color contains mainly: green. Hex color #C6DFA1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C6DFA1 is #39205E. Grayscale: #D0D0D0. Windows color (decimal): -3743839 or 10608582. OLE color: 10608582.
HSL color Cylindrical-coordinate representation of color #C6DFA1: hue angle of 84.19º degrees, saturation: 0.49, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #C6DFA1 is Cyan = 0.11, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 198 | 223 | 161 | - |
| CMYK | 0.11 | 0 | 0.28 | 0.13 |
| HSL | 84.19º | 0.49% | 0.75% | - |
| HSV(B) | 84.19º | 0.28% | 0.87% | - |
| XYZ | 56.11 | 67.35 | 43.76 | - |
| YUV | 208.46 | 101.22 | 120.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 223 | 161 | 0.11 | 0 | 0.28 | 0.13 | 84.19 | 0.49 | 0.75 |
| Hex | C6 | DF | A1 | B | 0 | 1C | D | 54 | 31 | 4B |
| Octal | 306 | 337 | 241 | 13 | 0 | 34 | 15 | 124 | 61 | 113 |
| Binary | 11000110 | 11011111 | 10100001 | 1011 | 0 | 11100 | 1101 | 1010100 | 110001 | 1001011 |
Color Harmonies of #C6DFA1
Complementary color
Monochromatic Colors of #C6DFA1
Black with #C6DFA1
Text Example
Text Example
White with #C6DFA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6DFA1; }
p { color: rgb(198,223,161); }
H1.HeaderClassName
{
color: #C6DFA1;
}
.AnyTagClassName
{
color: #C6DFA1;
}
</style>
background-color css
<style>
a { background-color: #C6DFA1; }
a { background-color: rgb(198,223,161); }
div.DivClassName
{
background-color: #C6DFA1;
}
.BgClassName
{
background-color: #C6DFA1;
}
</style>
border-color css
<style>
span { border-color: #C6DFA1; }
span { border-color: rgb(198,223,161); }
td.TdClassName
{
border-color: #C6DFA1;
}
.TagClassName
{
border-color: #C6DFA1;
}
</style>