Shades of Reef #C6ECA2
Tints of Reef #C6ECA2
RGB
CMYK
RGB Variations
Color information
#C6ECA2 (or 0xC6ECA2) is known color: Reef. HEX triplet: C6, EC and A2. RGB value is (198,236,162). Sum of RGB (Red+Green+Blue) = 198+236+162=596 (78% of max value = 765). Red value is 198 (77.73% from 255 or 33.22% from 596); Green value is 236 (92.58% from 255 or 39.60% from 596); Blue value is 162 (63.67% from 255 or 27.18% from 596); Max value from RGB is 236 - color contains mainly: green. Hex color #C6ECA2 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C6ECA2 is #39135D. Grayscale: #D8D8D8. Windows color (decimal): -3740510 or 10677446. OLE color: 10677446.
HSL color Cylindrical-coordinate representation of color #C6ECA2: hue angle of 90.81º degrees, saturation: 0.66, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C6ECA2 is Cyan = 0.16, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 198 | 236 | 162 | - |
| CMYK | 0.16 | 0 | 0.31 | 0.07 |
| HSL | 90.81º | 0.66% | 0.78% | - |
| HSV(B) | 90.81º | 0.31% | 0.93% | - |
| XYZ | 59.81 | 74.61 | 45.43 | - |
| YUV | 216.2 | 97.41 | 115.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 236 | 162 | 0.16 | 0 | 0.31 | 0.07 | 90.81 | 0.66 | 0.78 |
| Hex | C6 | EC | A2 | 10 | 0 | 1F | 7 | 5B | 42 | 4E |
| Octal | 306 | 354 | 242 | 20 | 0 | 37 | 7 | 133 | 102 | 116 |
| Binary | 11000110 | 11101100 | 10100010 | 10000 | 0 | 11111 | 111 | 1011011 | 1000010 | 1001110 |
Color Harmonies of #C6ECA2
Complementary color
Monochromatic Colors of #C6ECA2
Black with #C6ECA2
Text Example
Text Example
White with #C6ECA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6ECA2; }
p { color: rgb(198,236,162); }
H1.HeaderClassName
{
color: #C6ECA2;
}
.AnyTagClassName
{
color: #C6ECA2;
}
</style>
background-color css
<style>
a { background-color: #C6ECA2; }
a { background-color: rgb(198,236,162); }
div.DivClassName
{
background-color: #C6ECA2;
}
.BgClassName
{
background-color: #C6ECA2;
}
</style>
border-color css
<style>
span { border-color: #C6ECA2; }
span { border-color: rgb(198,236,162); }
td.TdClassName
{
border-color: #C6ECA2;
}
.TagClassName
{
border-color: #C6ECA2;
}
</style>