Shades of Reef #CFF5AC
Tints of Reef #CFF5AC
RGB
CMYK
RGB Variations
Color information
#CFF5AC (or 0xCFF5AC) is known color: Reef. HEX triplet: CF, F5 and AC. RGB value is (207,245,172). Sum of RGB (Red+Green+Blue) = 207+245+172=624 (82% of max value = 765). Red value is 207 (81.25% from 255 or 33.17% from 624); Green value is 245 (96.09% from 255 or 39.26% from 624); Blue value is 172 (67.58% from 255 or 27.56% from 624); Max value from RGB is 245 - color contains mainly: green. Hex color #CFF5AC is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CFF5AC is #300A53. Grayscale: #E1E1E1. Windows color (decimal): -3148372 or 11335119. OLE color: 11335119.
HSL color Cylindrical-coordinate representation of color #CFF5AC: hue angle of 91.23º degrees, saturation: 0.78, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CFF5AC is Cyan = 0.16, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 207 | 245 | 172 | - |
| CMYK | 0.16 | 0 | 0.30 | 0.04 |
| HSL | 91.23º | 0.78% | 0.82% | - |
| HSV(B) | 91.23º | 0.3% | 0.96% | - |
| XYZ | 65.83 | 81.55 | 51.3 | - |
| YUV | 225.32 | 97.91 | 114.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 245 | 172 | 0.16 | 0 | 0.30 | 0.04 | 91.23 | 0.78 | 0.82 |
| Hex | CF | F5 | AC | 10 | 0 | 1E | 4 | 5B | 4E | 52 |
| Octal | 317 | 365 | 254 | 20 | 0 | 36 | 4 | 133 | 116 | 122 |
| Binary | 11001111 | 11110101 | 10101100 | 10000 | 0 | 11110 | 100 | 1011011 | 1001110 | 1010010 |
Color Harmonies of #CFF5AC
Complementary color
Monochromatic Colors of #CFF5AC
Black with #CFF5AC
Text Example
Text Example
White with #CFF5AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFF5AC; }
p { color: rgb(207,245,172); }
H1.HeaderClassName
{
color: #CFF5AC;
}
.AnyTagClassName
{
color: #CFF5AC;
}
</style>
background-color css
<style>
a { background-color: #CFF5AC; }
a { background-color: rgb(207,245,172); }
div.DivClassName
{
background-color: #CFF5AC;
}
.BgClassName
{
background-color: #CFF5AC;
}
</style>
border-color css
<style>
span { border-color: #CFF5AC; }
span { border-color: rgb(207,245,172); }
td.TdClassName
{
border-color: #CFF5AC;
}
.TagClassName
{
border-color: #CFF5AC;
}
</style>