Shades of Reef #CFEFA0
Tints of Reef #CFEFA0
RGB
CMYK
RGB Variations
Color information
#CFEFA0 (or 0xCFEFA0) is known color: Reef. HEX triplet: CF, EF and A0. RGB value is (207,239,160). Sum of RGB (Red+Green+Blue) = 207+239+160=606 (80% of max value = 765). Red value is 207 (81.25% from 255 or 34.16% from 606); Green value is 239 (93.75% from 255 or 39.44% from 606); Blue value is 160 (62.89% from 255 or 26.40% from 606); Max value from RGB is 239 - color contains mainly: green. Hex color #CFEFA0 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CFEFA0 is #30105F. Grayscale: #DCDCDC. Windows color (decimal): -3149920 or 10547151. OLE color: 10547151.
HSL color Cylindrical-coordinate representation of color #CFEFA0: hue angle of 84.3º degrees, saturation: 0.71, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #CFEFA0 is Cyan = 0.13, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 207 | 239 | 160 | - |
| CMYK | 0.13 | 0 | 0.33 | 0.06 |
| HSL | 84.3º | 0.71% | 0.78% | - |
| HSV(B) | 84.3º | 0.33% | 0.94% | - |
| XYZ | 62.94 | 77.54 | 44.91 | - |
| YUV | 220.43 | 93.9 | 118.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 239 | 160 | 0.13 | 0 | 0.33 | 0.06 | 84.3 | 0.71 | 0.78 |
| Hex | CF | EF | A0 | D | 0 | 21 | 6 | 54 | 47 | 4E |
| Octal | 317 | 357 | 240 | 15 | 0 | 41 | 6 | 124 | 107 | 116 |
| Binary | 11001111 | 11101111 | 10100000 | 1101 | 0 | 100001 | 110 | 1010100 | 1000111 | 1001110 |
Color Harmonies of #CFEFA0
Complementary color
Monochromatic Colors of #CFEFA0
Black with #CFEFA0
Text Example
Text Example
White with #CFEFA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFEFA0; }
p { color: rgb(207,239,160); }
H1.HeaderClassName
{
color: #CFEFA0;
}
.AnyTagClassName
{
color: #CFEFA0;
}
</style>
background-color css
<style>
a { background-color: #CFEFA0; }
a { background-color: rgb(207,239,160); }
div.DivClassName
{
background-color: #CFEFA0;
}
.BgClassName
{
background-color: #CFEFA0;
}
</style>
border-color css
<style>
span { border-color: #CFEFA0; }
span { border-color: rgb(207,239,160); }
td.TdClassName
{
border-color: #CFEFA0;
}
.TagClassName
{
border-color: #CFEFA0;
}
</style>