Shades of Reef #CBFFA0
Tints of Reef #CBFFA0
RGB
CMYK
RGB Variations
Color information
#CBFFA0 (or 0xCBFFA0) is known color: Reef. HEX triplet: CB, FF and A0. RGB value is (203,255,160). Sum of RGB (Red+Green+Blue) = 203+255+160=618 (81% of max value = 765). Red value is 203 (79.69% from 255 or 32.85% from 618); Green value is 255 (100% from 255 or 41.26% from 618); Blue value is 160 (62.89% from 255 or 25.89% from 618); Max value from RGB is 255 - color contains mainly: green. Hex color #CBFFA0 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CBFFA0 is #34005F. Grayscale: #E4E4E4. Windows color (decimal): -3407968 or 10551243. OLE color: 10551243.
HSL color Cylindrical-coordinate representation of color #CBFFA0: hue angle of 92.84º degrees, saturation: 1, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #CBFFA0 is Cyan = 0.20, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.
Color convert
| RGB | 203 | 255 | 160 | - |
| CMYK | 0.20 | 0 | 0.37 | 0 |
| HSL | 92.84º | 1% | 0.81% | - |
| HSV(B) | 92.84º | 0.37% | 1% | - |
| XYZ | 66.73 | 86.75 | 46.49 | - |
| YUV | 228.62 | 89.27 | 109.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 255 | 160 | 0.20 | 0 | 0.37 | 0 | 92.84 | 1 | 0.81 |
| Hex | CB | FF | A0 | 14 | 0 | 25 | 0 | 5D | 64 | 51 |
| Octal | 313 | 377 | 240 | 24 | 0 | 45 | 0 | 135 | 144 | 121 |
| Binary | 11001011 | 11111111 | 10100000 | 10100 | 0 | 100101 | 0 | 1011101 | 1100100 | 1010001 |
Color Harmonies of #CBFFA0
Complementary color
Monochromatic Colors of #CBFFA0
Black with #CBFFA0
Text Example
Text Example
White with #CBFFA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBFFA0; }
p { color: rgb(203,255,160); }
H1.HeaderClassName
{
color: #CBFFA0;
}
.AnyTagClassName
{
color: #CBFFA0;
}
</style>
background-color css
<style>
a { background-color: #CBFFA0; }
a { background-color: rgb(203,255,160); }
div.DivClassName
{
background-color: #CBFFA0;
}
.BgClassName
{
background-color: #CBFFA0;
}
</style>
border-color css
<style>
span { border-color: #CBFFA0; }
span { border-color: rgb(203,255,160); }
td.TdClassName
{
border-color: #CBFFA0;
}
.TagClassName
{
border-color: #CBFFA0;
}
</style>