Shades of Reef #CBF0A8
Tints of Reef #CBF0A8
RGB
CMYK
RGB Variations
Color information
#CBF0A8 (or 0xCBF0A8) is known color: Reef. HEX triplet: CB, F0 and A8. RGB value is (203,240,168). Sum of RGB (Red+Green+Blue) = 203+240+168=611 (80% of max value = 765). Red value is 203 (79.69% from 255 or 33.22% from 611); Green value is 240 (94.14% from 255 or 39.28% from 611); Blue value is 168 (66.02% from 255 or 27.50% from 611); Max value from RGB is 240 - color contains mainly: green. Hex color #CBF0A8 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CBF0A8 is #340F57. Grayscale: #DCDCDC. Windows color (decimal): -3411800 or 11071691. OLE color: 11071691.
HSL color Cylindrical-coordinate representation of color #CBF0A8: hue angle of 90.83º degrees, saturation: 0.71, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CBF0A8 is Cyan = 0.15, Magento = 0, Yellow = 0.3 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 203 | 240 | 168 | - |
| CMYK | 0.15 | 0 | 0.3 | 0.06 |
| HSL | 90.83º | 0.71% | 0.8% | - |
| HSV(B) | 90.83º | 0.3% | 0.94% | - |
| XYZ | 62.86 | 77.84 | 48.76 | - |
| YUV | 220.73 | 98.24 | 115.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 240 | 168 | 0.15 | 0 | 0.3 | 0.06 | 90.83 | 0.71 | 0.8 |
| Hex | CB | F0 | A8 | F | 0 | 1E | 6 | 5B | 47 | 50 |
| Octal | 313 | 360 | 250 | 17 | 0 | 36 | 6 | 133 | 107 | 120 |
| Binary | 11001011 | 11110000 | 10101000 | 1111 | 0 | 11110 | 110 | 1011011 | 1000111 | 1010000 |
Color Harmonies of #CBF0A8
Complementary color
Monochromatic Colors of #CBF0A8
Black with #CBF0A8
Text Example
Text Example
White with #CBF0A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBF0A8; }
p { color: rgb(203,240,168); }
H1.HeaderClassName
{
color: #CBF0A8;
}
.AnyTagClassName
{
color: #CBF0A8;
}
</style>
background-color css
<style>
a { background-color: #CBF0A8; }
a { background-color: rgb(203,240,168); }
div.DivClassName
{
background-color: #CBF0A8;
}
.BgClassName
{
background-color: #CBF0A8;
}
</style>
border-color css
<style>
span { border-color: #CBF0A8; }
span { border-color: rgb(203,240,168); }
td.TdClassName
{
border-color: #CBF0A8;
}
.TagClassName
{
border-color: #CBF0A8;
}
</style>