Shades of Reef #CBFEA1
Tints of Reef #CBFEA1
RGB
CMYK
RGB Variations
Color information
#CBFEA1 (or 0xCBFEA1) is known color: Reef. HEX triplet: CB, FE and A1. RGB value is (203,254,161). Sum of RGB (Red+Green+Blue) = 203+254+161=618 (81% of max value = 765). Red value is 203 (79.69% from 255 or 32.85% from 618); Green value is 254 (99.61% from 255 or 41.10% from 618); Blue value is 161 (63.28% from 255 or 26.05% from 618); Max value from RGB is 254 - color contains mainly: green. Hex color #CBFEA1 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CBFEA1 is #34015E. Grayscale: #E4E4E4. Windows color (decimal): -3408223 or 10616523. OLE color: 10616523.
HSL color Cylindrical-coordinate representation of color #CBFEA1: hue angle of 92.9º degrees, saturation: 0.98, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #CBFEA1 is Cyan = 0.20, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 203 | 254 | 161 | - |
| CMYK | 0.20 | 0 | 0.37 | 0.00 |
| HSL | 92.9º | 0.98% | 0.81% | - |
| HSV(B) | 92.9º | 0.37% | 1% | - |
| XYZ | 66.5 | 86.15 | 46.84 | - |
| YUV | 228.15 | 90.1 | 110.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 254 | 161 | 0.20 | 0 | 0.37 | 0.00 | 92.9 | 0.98 | 0.81 |
| Hex | CB | FE | A1 | 14 | 0 | 25 | 0 | 5D | 62 | 51 |
| Octal | 313 | 376 | 241 | 24 | 0 | 45 | 0 | 135 | 142 | 121 |
| Binary | 11001011 | 11111110 | 10100001 | 10100 | 0 | 100101 | 0 | 1011101 | 1100010 | 1010001 |
Color Harmonies of #CBFEA1
Complementary color
Monochromatic Colors of #CBFEA1
Black with #CBFEA1
Text Example
Text Example
White with #CBFEA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBFEA1; }
p { color: rgb(203,254,161); }
H1.HeaderClassName
{
color: #CBFEA1;
}
.AnyTagClassName
{
color: #CBFEA1;
}
</style>
background-color css
<style>
a { background-color: #CBFEA1; }
a { background-color: rgb(203,254,161); }
div.DivClassName
{
background-color: #CBFEA1;
}
.BgClassName
{
background-color: #CBFEA1;
}
</style>
border-color css
<style>
span { border-color: #CBFEA1; }
span { border-color: rgb(203,254,161); }
td.TdClassName
{
border-color: #CBFEA1;
}
.TagClassName
{
border-color: #CBFEA1;
}
</style>