Shades of Reef #CBED9A
Tints of Reef #CBED9A
RGB
CMYK
RGB Variations
Color information
#CBED9A (or 0xCBED9A) is known color: Reef. HEX triplet: CB, ED and 9A. RGB value is (203,237,154). Sum of RGB (Red+Green+Blue) = 203+237+154=594 (78% of max value = 765). Red value is 203 (79.69% from 255 or 34.18% from 594); Green value is 237 (92.97% from 255 or 39.90% from 594); Blue value is 154 (60.55% from 255 or 25.93% from 594); Max value from RGB is 237 - color contains mainly: green. Hex color #CBED9A is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CBED9A is #341265. Grayscale: #D9D9D9. Windows color (decimal): -3412582 or 10153419. OLE color: 10153419.
HSL color Cylindrical-coordinate representation of color #CBED9A: hue angle of 84.58º degrees, saturation: 0.7, 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 #CBED9A is Cyan = 0.14, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 203 | 237 | 154 | - |
| CMYK | 0.14 | 0 | 0.35 | 0.07 |
| HSL | 84.58º | 0.7% | 0.77% | - |
| HSV(B) | 84.58º | 0.35% | 0.93% | - |
| XYZ | 60.75 | 75.6 | 41.96 | - |
| YUV | 217.37 | 92.24 | 117.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 237 | 154 | 0.14 | 0 | 0.35 | 0.07 | 84.58 | 0.7 | 0.77 |
| Hex | CB | ED | 9A | E | 0 | 23 | 7 | 55 | 46 | 4D |
| Octal | 313 | 355 | 232 | 16 | 0 | 43 | 7 | 125 | 106 | 115 |
| Binary | 11001011 | 11101101 | 10011010 | 1110 | 0 | 100011 | 111 | 1010101 | 1000110 | 1001101 |
Color Harmonies of #CBED9A
Complementary color
Monochromatic Colors of #CBED9A
Black with #CBED9A
Text Example
Text Example
White with #CBED9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBED9A; }
p { color: rgb(203,237,154); }
H1.HeaderClassName
{
color: #CBED9A;
}
.AnyTagClassName
{
color: #CBED9A;
}
</style>
background-color css
<style>
a { background-color: #CBED9A; }
a { background-color: rgb(203,237,154); }
div.DivClassName
{
background-color: #CBED9A;
}
.BgClassName
{
background-color: #CBED9A;
}
</style>
border-color css
<style>
span { border-color: #CBED9A; }
span { border-color: rgb(203,237,154); }
td.TdClassName
{
border-color: #CBED9A;
}
.TagClassName
{
border-color: #CBED9A;
}
</style>