Shades of Reef #CBEEAD
Tints of Reef #CBEEAD
RGB
CMYK
RGB Variations
Color information
#CBEEAD (or 0xCBEEAD) is known color: Reef. HEX triplet: CB, EE and AD. RGB value is (203,238,173). Sum of RGB (Red+Green+Blue) = 203+238+173=614 (81% of max value = 765). Red value is 203 (79.69% from 255 or 33.06% from 614); Green value is 238 (93.36% from 255 or 38.76% from 614); Blue value is 173 (67.97% from 255 or 28.18% from 614); Max value from RGB is 238 - color contains mainly: green. Hex color #CBEEAD is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CBEEAD is #341152. Grayscale: #DCDCDC. Windows color (decimal): -3412307 or 11398859. OLE color: 11398859.
HSL color Cylindrical-coordinate representation of color #CBEEAD: hue angle of 92.31º degrees, saturation: 0.66, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #CBEEAD is Cyan = 0.15, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 203 | 238 | 173 | - |
| CMYK | 0.15 | 0 | 0.27 | 0.07 |
| HSL | 92.31º | 0.66% | 0.81% | - |
| HSV(B) | 92.31º | 0.27% | 0.93% | - |
| XYZ | 62.75 | 76.86 | 51.06 | - |
| YUV | 220.13 | 101.4 | 115.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 238 | 173 | 0.15 | 0 | 0.27 | 0.07 | 92.31 | 0.66 | 0.81 |
| Hex | CB | EE | AD | F | 0 | 1B | 7 | 5C | 42 | 51 |
| Octal | 313 | 356 | 255 | 17 | 0 | 33 | 7 | 134 | 102 | 121 |
| Binary | 11001011 | 11101110 | 10101101 | 1111 | 0 | 11011 | 111 | 1011100 | 1000010 | 1010001 |
Color Harmonies of #CBEEAD
Complementary color
Monochromatic Colors of #CBEEAD
Black with #CBEEAD
Text Example
Text Example
White with #CBEEAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBEEAD; }
p { color: rgb(203,238,173); }
H1.HeaderClassName
{
color: #CBEEAD;
}
.AnyTagClassName
{
color: #CBEEAD;
}
</style>
background-color css
<style>
a { background-color: #CBEEAD; }
a { background-color: rgb(203,238,173); }
div.DivClassName
{
background-color: #CBEEAD;
}
.BgClassName
{
background-color: #CBEEAD;
}
</style>
border-color css
<style>
span { border-color: #CBEEAD; }
span { border-color: rgb(203,238,173); }
td.TdClassName
{
border-color: #CBEEAD;
}
.TagClassName
{
border-color: #CBEEAD;
}
</style>