Shades of Reef #CBEEAC
Tints of Reef #CBEEAC
RGB
CMYK
RGB Variations
Color information
#CBEEAC (or 0xCBEEAC) is known color: Reef. HEX triplet: CB, EE and AC. RGB value is (203,238,172). Sum of RGB (Red+Green+Blue) = 203+238+172=613 (81% of max value = 765). Red value is 203 (79.69% from 255 or 33.12% from 613); Green value is 238 (93.36% from 255 or 38.83% from 613); Blue value is 172 (67.58% from 255 or 28.06% from 613); Max value from RGB is 238 - color contains mainly: green. Hex color #CBEEAC is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CBEEAC is #341153. Grayscale: #DCDCDC. Windows color (decimal): -3412308 or 11333323. OLE color: 11333323.
HSL color Cylindrical-coordinate representation of color #CBEEAC: hue angle of 91.82º degrees, saturation: 0.66, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #CBEEAC is Cyan = 0.15, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 203 | 238 | 172 | - |
| CMYK | 0.15 | 0 | 0.28 | 0.07 |
| HSL | 91.82º | 0.66% | 0.8% | - |
| HSV(B) | 91.82º | 0.28% | 0.93% | - |
| XYZ | 62.65 | 76.82 | 50.56 | - |
| YUV | 220.01 | 100.9 | 115.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 238 | 172 | 0.15 | 0 | 0.28 | 0.07 | 91.82 | 0.66 | 0.8 |
| Hex | CB | EE | AC | F | 0 | 1C | 7 | 5C | 42 | 50 |
| Octal | 313 | 356 | 254 | 17 | 0 | 34 | 7 | 134 | 102 | 120 |
| Binary | 11001011 | 11101110 | 10101100 | 1111 | 0 | 11100 | 111 | 1011100 | 1000010 | 1010000 |
Color Harmonies of #CBEEAC
Complementary color
Monochromatic Colors of #CBEEAC
Black with #CBEEAC
Text Example
Text Example
White with #CBEEAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBEEAC; }
p { color: rgb(203,238,172); }
H1.HeaderClassName
{
color: #CBEEAC;
}
.AnyTagClassName
{
color: #CBEEAC;
}
</style>
background-color css
<style>
a { background-color: #CBEEAC; }
a { background-color: rgb(203,238,172); }
div.DivClassName
{
background-color: #CBEEAC;
}
.BgClassName
{
background-color: #CBEEAC;
}
</style>
border-color css
<style>
span { border-color: #CBEEAC; }
span { border-color: rgb(203,238,172); }
td.TdClassName
{
border-color: #CBEEAC;
}
.TagClassName
{
border-color: #CBEEAC;
}
</style>