Shades of Reef #C6EDA2
Tints of Reef #C6EDA2
RGB
CMYK
RGB Variations
Color information
#C6EDA2 (or 0xC6EDA2) is known color: Reef. HEX triplet: C6, ED and A2. RGB value is (198,237,162). Sum of RGB (Red+Green+Blue) = 198+237+162=597 (79% of max value = 765). Red value is 198 (77.73% from 255 or 33.17% from 597); Green value is 237 (92.97% from 255 or 39.70% from 597); Blue value is 162 (63.67% from 255 or 27.14% from 597); Max value from RGB is 237 - color contains mainly: green. Hex color #C6EDA2 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C6EDA2 is #39125D. Grayscale: #D9D9D9. Windows color (decimal): -3740254 or 10677702. OLE color: 10677702.
HSL color Cylindrical-coordinate representation of color #C6EDA2: hue angle of 91.2º degrees, saturation: 0.68, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C6EDA2 is Cyan = 0.16, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 198 | 237 | 162 | - |
| CMYK | 0.16 | 0 | 0.32 | 0.07 |
| HSL | 91.2º | 0.68% | 0.78% | - |
| HSV(B) | 91.2º | 0.32% | 0.93% | - |
| XYZ | 60.09 | 75.18 | 45.53 | - |
| YUV | 216.79 | 97.08 | 114.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 237 | 162 | 0.16 | 0 | 0.32 | 0.07 | 91.2 | 0.68 | 0.78 |
| Hex | C6 | ED | A2 | 10 | 0 | 20 | 7 | 5B | 44 | 4E |
| Octal | 306 | 355 | 242 | 20 | 0 | 40 | 7 | 133 | 104 | 116 |
| Binary | 11000110 | 11101101 | 10100010 | 10000 | 0 | 100000 | 111 | 1011011 | 1000100 | 1001110 |
Color Harmonies of #C6EDA2
Complementary color
Monochromatic Colors of #C6EDA2
Black with #C6EDA2
Text Example
Text Example
White with #C6EDA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6EDA2; }
p { color: rgb(198,237,162); }
H1.HeaderClassName
{
color: #C6EDA2;
}
.AnyTagClassName
{
color: #C6EDA2;
}
</style>
background-color css
<style>
a { background-color: #C6EDA2; }
a { background-color: rgb(198,237,162); }
div.DivClassName
{
background-color: #C6EDA2;
}
.BgClassName
{
background-color: #C6EDA2;
}
</style>
border-color css
<style>
span { border-color: #C6EDA2; }
span { border-color: rgb(198,237,162); }
td.TdClassName
{
border-color: #C6EDA2;
}
.TagClassName
{
border-color: #C6EDA2;
}
</style>