Shades of Reef #CBFDA0
Tints of Reef #CBFDA0
RGB
CMYK
RGB Variations
Color information
#CBFDA0 (or 0xCBFDA0) is known color: Reef. HEX triplet: CB, FD and A0. RGB value is (203,253,160). Sum of RGB (Red+Green+Blue) = 203+253+160=616 (81% of max value = 765). Red value is 203 (79.69% from 255 or 32.95% from 616); Green value is 253 (99.22% from 255 or 41.07% from 616); Blue value is 160 (62.89% from 255 or 25.97% from 616); Max value from RGB is 253 - color contains mainly: green. Hex color #CBFDA0 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CBFDA0 is #34025F. Grayscale: #E3E3E3. Windows color (decimal): -3408480 or 10550731. OLE color: 10550731.
HSL color Cylindrical-coordinate representation of color #CBFDA0: hue angle of 92.26º degrees, saturation: 0.96, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #CBFDA0 is Cyan = 0.20, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 203 | 253 | 160 | - |
| CMYK | 0.20 | 0 | 0.37 | 0.01 |
| HSL | 92.26º | 0.96% | 0.81% | - |
| HSV(B) | 92.26º | 0.37% | 0.99% | - |
| XYZ | 66.1 | 85.49 | 46.27 | - |
| YUV | 227.45 | 89.94 | 110.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 253 | 160 | 0.20 | 0 | 0.37 | 0.01 | 92.26 | 0.96 | 0.81 |
| Hex | CB | FD | A0 | 14 | 0 | 25 | 1 | 5C | 60 | 51 |
| Octal | 313 | 375 | 240 | 24 | 0 | 45 | 1 | 134 | 140 | 121 |
| Binary | 11001011 | 11111101 | 10100000 | 10100 | 0 | 100101 | 1 | 1011100 | 1100000 | 1010001 |
Color Harmonies of #CBFDA0
Complementary color
Monochromatic Colors of #CBFDA0
Black with #CBFDA0
Text Example
Text Example
White with #CBFDA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBFDA0; }
p { color: rgb(203,253,160); }
H1.HeaderClassName
{
color: #CBFDA0;
}
.AnyTagClassName
{
color: #CBFDA0;
}
</style>
background-color css
<style>
a { background-color: #CBFDA0; }
a { background-color: rgb(203,253,160); }
div.DivClassName
{
background-color: #CBFDA0;
}
.BgClassName
{
background-color: #CBFDA0;
}
</style>
border-color css
<style>
span { border-color: #CBFDA0; }
span { border-color: rgb(203,253,160); }
td.TdClassName
{
border-color: #CBFDA0;
}
.TagClassName
{
border-color: #CBFDA0;
}
</style>