Shades of Reef #CFFFA1
Tints of Reef #CFFFA1
RGB
CMYK
RGB Variations
Color information
#CFFFA1 (or 0xCFFFA1) is known color: Reef. HEX triplet: CF, FF and A1. RGB value is (207,255,161). Sum of RGB (Red+Green+Blue) = 207+255+161=623 (82% of max value = 765). Red value is 207 (81.25% from 255 or 33.23% from 623); Green value is 255 (100% from 255 or 40.93% from 623); Blue value is 161 (63.28% from 255 or 25.84% from 623); Max value from RGB is 255 - color contains mainly: green. Hex color #CFFFA1 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CFFFA1 is #30005E. Grayscale: #E6E6E6. Windows color (decimal): -3145823 or 10616783. OLE color: 10616783.
HSL color Cylindrical-coordinate representation of color #CFFFA1: hue angle of 90.64º degrees, saturation: 1, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #CFFFA1 is Cyan = 0.19, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.
Color convert
| RGB | 207 | 255 | 161 | - |
| CMYK | 0.19 | 0 | 0.37 | 0 |
| HSL | 90.64º | 1% | 0.82% | - |
| HSV(B) | 90.64º | 0.37% | 1% | - |
| XYZ | 67.93 | 87.36 | 47 | - |
| YUV | 229.93 | 89.1 | 111.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 255 | 161 | 0.19 | 0 | 0.37 | 0 | 90.64 | 1 | 0.82 |
| Hex | CF | FF | A1 | 13 | 0 | 25 | 0 | 5B | 64 | 52 |
| Octal | 317 | 377 | 241 | 23 | 0 | 45 | 0 | 133 | 144 | 122 |
| Binary | 11001111 | 11111111 | 10100001 | 10011 | 0 | 100101 | 0 | 1011011 | 1100100 | 1010010 |
Color Harmonies of #CFFFA1
Complementary color
Monochromatic Colors of #CFFFA1
Black with #CFFFA1
Text Example
Text Example
White with #CFFFA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFFFA1; }
p { color: rgb(207,255,161); }
H1.HeaderClassName
{
color: #CFFFA1;
}
.AnyTagClassName
{
color: #CFFFA1;
}
</style>
background-color css
<style>
a { background-color: #CFFFA1; }
a { background-color: rgb(207,255,161); }
div.DivClassName
{
background-color: #CFFFA1;
}
.BgClassName
{
background-color: #CFFFA1;
}
</style>
border-color css
<style>
span { border-color: #CFFFA1; }
span { border-color: rgb(207,255,161); }
td.TdClassName
{
border-color: #CFFFA1;
}
.TagClassName
{
border-color: #CFFFA1;
}
</style>