Shades of Reef #CFF3AC
Tints of Reef #CFF3AC
RGB
CMYK
RGB Variations
Color information
#CFF3AC (or 0xCFF3AC) is known color: Reef. HEX triplet: CF, F3 and AC. RGB value is (207,243,172). Sum of RGB (Red+Green+Blue) = 207+243+172=622 (82% of max value = 765). Red value is 207 (81.25% from 255 or 33.28% from 622); Green value is 243 (95.31% from 255 or 39.07% from 622); Blue value is 172 (67.58% from 255 or 27.65% from 622); Max value from RGB is 243 - color contains mainly: green. Hex color #CFF3AC is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CFF3AC is #300C53. Grayscale: #E0E0E0. Windows color (decimal): -3148884 or 11334607. OLE color: 11334607.
HSL color Cylindrical-coordinate representation of color #CFF3AC: hue angle of 90.42º degrees, saturation: 0.75, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #CFF3AC is Cyan = 0.15, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 207 | 243 | 172 | - |
| CMYK | 0.15 | 0 | 0.29 | 0.05 |
| HSL | 90.42º | 0.75% | 0.81% | - |
| HSV(B) | 90.42º | 0.29% | 0.95% | - |
| XYZ | 65.23 | 80.35 | 51.1 | - |
| YUV | 224.14 | 98.57 | 115.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 243 | 172 | 0.15 | 0 | 0.29 | 0.05 | 90.42 | 0.75 | 0.81 |
| Hex | CF | F3 | AC | F | 0 | 1D | 5 | 5A | 4B | 51 |
| Octal | 317 | 363 | 254 | 17 | 0 | 35 | 5 | 132 | 113 | 121 |
| Binary | 11001111 | 11110011 | 10101100 | 1111 | 0 | 11101 | 101 | 1011010 | 1001011 | 1010001 |
Color Harmonies of #CFF3AC
Complementary color
Monochromatic Colors of #CFF3AC
Black with #CFF3AC
Text Example
Text Example
White with #CFF3AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFF3AC; }
p { color: rgb(207,243,172); }
H1.HeaderClassName
{
color: #CFF3AC;
}
.AnyTagClassName
{
color: #CFF3AC;
}
</style>
background-color css
<style>
a { background-color: #CFF3AC; }
a { background-color: rgb(207,243,172); }
div.DivClassName
{
background-color: #CFF3AC;
}
.BgClassName
{
background-color: #CFF3AC;
}
</style>
border-color css
<style>
span { border-color: #CFF3AC; }
span { border-color: rgb(207,243,172); }
td.TdClassName
{
border-color: #CFF3AC;
}
.TagClassName
{
border-color: #CFF3AC;
}
</style>