Shades of Reef #CBFEA8
Tints of Reef #CBFEA8
RGB
CMYK
RGB Variations
Color information
#CBFEA8 (or 0xCBFEA8) is known color: Reef. HEX triplet: CB, FE and A8. RGB value is (203,254,168). Sum of RGB (Red+Green+Blue) = 203+254+168=625 (82% of max value = 765). Red value is 203 (79.69% from 255 or 32.48% from 625); Green value is 254 (99.61% from 255 or 40.64% from 625); Blue value is 168 (66.02% from 255 or 26.88% from 625); Max value from RGB is 254 - color contains mainly: green. Hex color #CBFEA8 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CBFEA8 is #340157. Grayscale: #E5E5E5. Windows color (decimal): -3408216 or 11075275. OLE color: 11075275.
HSL color Cylindrical-coordinate representation of color #CBFEA8: hue angle of 95.58º degrees, saturation: 0.98, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #CBFEA8 is Cyan = 0.20, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 203 | 254 | 168 | - |
| CMYK | 0.20 | 0 | 0.34 | 0.00 |
| HSL | 95.58º | 0.98% | 0.83% | - |
| HSV(B) | 95.58º | 0.34% | 1% | - |
| XYZ | 67.14 | 86.41 | 50.19 | - |
| YUV | 228.95 | 93.6 | 109.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 254 | 168 | 0.20 | 0 | 0.34 | 0.00 | 95.58 | 0.98 | 0.83 |
| Hex | CB | FE | A8 | 14 | 0 | 22 | 0 | 60 | 62 | 53 |
| Octal | 313 | 376 | 250 | 24 | 0 | 42 | 0 | 140 | 142 | 123 |
| Binary | 11001011 | 11111110 | 10101000 | 10100 | 0 | 100010 | 0 | 1100000 | 1100010 | 1010011 |
Color Harmonies of #CBFEA8
Complementary color
Monochromatic Colors of #CBFEA8
Black with #CBFEA8
Text Example
Text Example
White with #CBFEA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBFEA8; }
p { color: rgb(203,254,168); }
H1.HeaderClassName
{
color: #CBFEA8;
}
.AnyTagClassName
{
color: #CBFEA8;
}
</style>
background-color css
<style>
a { background-color: #CBFEA8; }
a { background-color: rgb(203,254,168); }
div.DivClassName
{
background-color: #CBFEA8;
}
.BgClassName
{
background-color: #CBFEA8;
}
</style>
border-color css
<style>
span { border-color: #CBFEA8; }
span { border-color: rgb(203,254,168); }
td.TdClassName
{
border-color: #CBFEA8;
}
.TagClassName
{
border-color: #CBFEA8;
}
</style>