Shades of Reef #C6DFA2
Tints of Reef #C6DFA2
RGB
CMYK
RGB Variations
Color information
#C6DFA2 (or 0xC6DFA2) is known color: Reef. HEX triplet: C6, DF and A2. RGB value is (198,223,162). Sum of RGB (Red+Green+Blue) = 198+223+162=583 (77% of max value = 765). Red value is 198 (77.73% from 255 or 33.96% from 583); Green value is 223 (87.5% from 255 or 38.25% from 583); Blue value is 162 (63.67% from 255 or 27.79% from 583); Max value from RGB is 223 - color contains mainly: green. Hex color #C6DFA2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C6DFA2 is #39205D. Grayscale: #D0D0D0. Windows color (decimal): -3743838 or 10674118. OLE color: 10674118.
HSL color Cylindrical-coordinate representation of color #C6DFA2: hue angle of 84.59º degrees, saturation: 0.49, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #C6DFA2 is Cyan = 0.11, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 198 | 223 | 162 | - |
| CMYK | 0.11 | 0 | 0.27 | 0.13 |
| HSL | 84.59º | 0.49% | 0.75% | - |
| HSV(B) | 84.59º | 0.27% | 0.87% | - |
| XYZ | 56.2 | 67.39 | 44.23 | - |
| YUV | 208.57 | 101.72 | 120.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 223 | 162 | 0.11 | 0 | 0.27 | 0.13 | 84.59 | 0.49 | 0.75 |
| Hex | C6 | DF | A2 | B | 0 | 1B | D | 55 | 31 | 4B |
| Octal | 306 | 337 | 242 | 13 | 0 | 33 | 15 | 125 | 61 | 113 |
| Binary | 11000110 | 11011111 | 10100010 | 1011 | 0 | 11011 | 1101 | 1010101 | 110001 | 1001011 |
Color Harmonies of #C6DFA2
Complementary color
Monochromatic Colors of #C6DFA2
Black with #C6DFA2
Text Example
Text Example
White with #C6DFA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6DFA2; }
p { color: rgb(198,223,162); }
H1.HeaderClassName
{
color: #C6DFA2;
}
.AnyTagClassName
{
color: #C6DFA2;
}
</style>
background-color css
<style>
a { background-color: #C6DFA2; }
a { background-color: rgb(198,223,162); }
div.DivClassName
{
background-color: #C6DFA2;
}
.BgClassName
{
background-color: #C6DFA2;
}
</style>
border-color css
<style>
span { border-color: #C6DFA2; }
span { border-color: rgb(198,223,162); }
td.TdClassName
{
border-color: #C6DFA2;
}
.TagClassName
{
border-color: #C6DFA2;
}
</style>