Shades of Reef #C0ED9B
Tints of Reef #C0ED9B
RGB
CMYK
RGB Variations
Color information
#C0ED9B (or 0xC0ED9B) is known color: Reef. HEX triplet: C0, ED and 9B. RGB value is (192,237,155). Sum of RGB (Red+Green+Blue) = 192+237+155=584 (77% of max value = 765). Red value is 192 (75.39% from 255 or 32.88% from 584); Green value is 237 (92.97% from 255 or 40.58% from 584); Blue value is 155 (60.94% from 255 or 26.54% from 584); Max value from RGB is 237 - color contains mainly: green. Hex color #C0ED9B is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C0ED9B is #3F1264. Grayscale: #D6D6D6. Windows color (decimal): -4133477 or 10218944. OLE color: 10218944.
HSL color Cylindrical-coordinate representation of color #C0ED9B: hue angle of 92.93º degrees, saturation: 0.69, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C0ED9B is Cyan = 0.19, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 192 | 237 | 155 | - |
| CMYK | 0.19 | 0 | 0.35 | 0.07 |
| HSL | 92.93º | 0.69% | 0.77% | - |
| HSV(B) | 92.93º | 0.35% | 0.93% | - |
| XYZ | 57.94 | 74.14 | 42.27 | - |
| YUV | 214.2 | 94.59 | 112.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 237 | 155 | 0.19 | 0 | 0.35 | 0.07 | 92.93 | 0.69 | 0.77 |
| Hex | C0 | ED | 9B | 13 | 0 | 23 | 7 | 5D | 45 | 4D |
| Octal | 300 | 355 | 233 | 23 | 0 | 43 | 7 | 135 | 105 | 115 |
| Binary | 11000000 | 11101101 | 10011011 | 10011 | 0 | 100011 | 111 | 1011101 | 1000101 | 1001101 |
Color Harmonies of #C0ED9B
Complementary color
Monochromatic Colors of #C0ED9B
Black with #C0ED9B
Text Example
Text Example
White with #C0ED9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0ED9B; }
p { color: rgb(192,237,155); }
H1.HeaderClassName
{
color: #C0ED9B;
}
.AnyTagClassName
{
color: #C0ED9B;
}
</style>
background-color css
<style>
a { background-color: #C0ED9B; }
a { background-color: rgb(192,237,155); }
div.DivClassName
{
background-color: #C0ED9B;
}
.BgClassName
{
background-color: #C0ED9B;
}
</style>
border-color css
<style>
span { border-color: #C0ED9B; }
span { border-color: rgb(192,237,155); }
td.TdClassName
{
border-color: #C0ED9B;
}
.TagClassName
{
border-color: #C0ED9B;
}
</style>