Shades of Reef #CFFBA8
Tints of Reef #CFFBA8
RGB
CMYK
RGB Variations
Color information
#CFFBA8 (or 0xCFFBA8) is known color: Reef. HEX triplet: CF, FB and A8. RGB value is (207,251,168). Sum of RGB (Red+Green+Blue) = 207+251+168=626 (82% of max value = 765). Red value is 207 (81.25% from 255 or 33.07% from 626); Green value is 251 (98.44% from 255 or 40.10% from 626); Blue value is 168 (66.02% from 255 or 26.84% from 626); Max value from RGB is 251 - color contains mainly: green. Hex color #CFFBA8 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CFFBA8 is #300457. Grayscale: #E4E4E4. Windows color (decimal): -3146840 or 11074511. OLE color: 11074511.
HSL color Cylindrical-coordinate representation of color #CFFBA8: hue angle of 91.81º degrees, saturation: 0.91, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #CFFBA8 is Cyan = 0.18, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 207 | 251 | 168 | - |
| CMYK | 0.18 | 0 | 0.33 | 0.02 |
| HSL | 91.81º | 0.91% | 0.82% | - |
| HSV(B) | 91.81º | 0.33% | 0.98% | - |
| XYZ | 67.3 | 85.09 | 49.92 | - |
| YUV | 228.38 | 93.92 | 112.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 251 | 168 | 0.18 | 0 | 0.33 | 0.02 | 91.81 | 0.91 | 0.82 |
| Hex | CF | FB | A8 | 12 | 0 | 21 | 2 | 5C | 5B | 52 |
| Octal | 317 | 373 | 250 | 22 | 0 | 41 | 2 | 134 | 133 | 122 |
| Binary | 11001111 | 11111011 | 10101000 | 10010 | 0 | 100001 | 10 | 1011100 | 1011011 | 1010010 |
Color Harmonies of #CFFBA8
Complementary color
Monochromatic Colors of #CFFBA8
Black with #CFFBA8
Text Example
Text Example
White with #CFFBA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFFBA8; }
p { color: rgb(207,251,168); }
H1.HeaderClassName
{
color: #CFFBA8;
}
.AnyTagClassName
{
color: #CFFBA8;
}
</style>
background-color css
<style>
a { background-color: #CFFBA8; }
a { background-color: rgb(207,251,168); }
div.DivClassName
{
background-color: #CFFBA8;
}
.BgClassName
{
background-color: #CFFBA8;
}
</style>
border-color css
<style>
span { border-color: #CFFBA8; }
span { border-color: rgb(207,251,168); }
td.TdClassName
{
border-color: #CFFBA8;
}
.TagClassName
{
border-color: #CFFBA8;
}
</style>