Shades of Reef #CBED9C
Tints of Reef #CBED9C
RGB
CMYK
RGB Variations
Color information
#CBED9C (or 0xCBED9C) is known color: Reef. HEX triplet: CB, ED and 9C. RGB value is (203,237,156). Sum of RGB (Red+Green+Blue) = 203+237+156=596 (78% of max value = 765). Red value is 203 (79.69% from 255 or 34.06% from 596); Green value is 237 (92.97% from 255 or 39.77% from 596); Blue value is 156 (61.33% from 255 or 26.17% from 596); Max value from RGB is 237 - color contains mainly: green. Hex color #CBED9C is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CBED9C is #341263. Grayscale: #D9D9D9. Windows color (decimal): -3412580 or 10284491. OLE color: 10284491.
HSL color Cylindrical-coordinate representation of color #CBED9C: hue angle of 85.19º degrees, saturation: 0.69, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #CBED9C is Cyan = 0.14, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 203 | 237 | 156 | - |
| CMYK | 0.14 | 0 | 0.34 | 0.07 |
| HSL | 85.19º | 0.69% | 0.77% | - |
| HSV(B) | 85.19º | 0.34% | 0.93% | - |
| XYZ | 60.91 | 75.67 | 42.85 | - |
| YUV | 217.6 | 93.24 | 117.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 237 | 156 | 0.14 | 0 | 0.34 | 0.07 | 85.19 | 0.69 | 0.77 |
| Hex | CB | ED | 9C | E | 0 | 22 | 7 | 55 | 45 | 4D |
| Octal | 313 | 355 | 234 | 16 | 0 | 42 | 7 | 125 | 105 | 115 |
| Binary | 11001011 | 11101101 | 10011100 | 1110 | 0 | 100010 | 111 | 1010101 | 1000101 | 1001101 |
Color Harmonies of #CBED9C
Complementary color
Monochromatic Colors of #CBED9C
Black with #CBED9C
Text Example
Text Example
White with #CBED9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBED9C; }
p { color: rgb(203,237,156); }
H1.HeaderClassName
{
color: #CBED9C;
}
.AnyTagClassName
{
color: #CBED9C;
}
</style>
background-color css
<style>
a { background-color: #CBED9C; }
a { background-color: rgb(203,237,156); }
div.DivClassName
{
background-color: #CBED9C;
}
.BgClassName
{
background-color: #CBED9C;
}
</style>
border-color css
<style>
span { border-color: #CBED9C; }
span { border-color: rgb(203,237,156); }
td.TdClassName
{
border-color: #CBED9C;
}
.TagClassName
{
border-color: #CBED9C;
}
</style>