Shades of Reef #CFFCAC
Tints of Reef #CFFCAC
RGB
CMYK
RGB Variations
Color information
#CFFCAC (or 0xCFFCAC) is known color: Reef. HEX triplet: CF, FC and AC. RGB value is (207,252,172). Sum of RGB (Red+Green+Blue) = 207+252+172=631 (83% of max value = 765). Red value is 207 (81.25% from 255 or 32.81% from 631); Green value is 252 (98.83% from 255 or 39.94% from 631); Blue value is 172 (67.58% from 255 or 27.26% from 631); Max value from RGB is 252 - color contains mainly: green. Hex color #CFFCAC is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CFFCAC is #300353. Grayscale: #E5E5E5. Windows color (decimal): -3146580 or 11336911. OLE color: 11336911.
HSL color Cylindrical-coordinate representation of color #CFFCAC: hue angle of 93.75º degrees, saturation: 0.93, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #CFFCAC is Cyan = 0.18, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 207 | 252 | 172 | - |
| CMYK | 0.18 | 0 | 0.32 | 0.01 |
| HSL | 93.75º | 0.93% | 0.83% | - |
| HSV(B) | 93.75º | 0.32% | 0.99% | - |
| XYZ | 67.99 | 85.86 | 52.02 | - |
| YUV | 229.43 | 95.59 | 112 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 252 | 172 | 0.18 | 0 | 0.32 | 0.01 | 93.75 | 0.93 | 0.83 |
| Hex | CF | FC | AC | 12 | 0 | 20 | 1 | 5E | 5D | 53 |
| Octal | 317 | 374 | 254 | 22 | 0 | 40 | 1 | 136 | 135 | 123 |
| Binary | 11001111 | 11111100 | 10101100 | 10010 | 0 | 100000 | 1 | 1011110 | 1011101 | 1010011 |
Color Harmonies of #CFFCAC
Complementary color
Monochromatic Colors of #CFFCAC
Black with #CFFCAC
Text Example
Text Example
White with #CFFCAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFFCAC; }
p { color: rgb(207,252,172); }
H1.HeaderClassName
{
color: #CFFCAC;
}
.AnyTagClassName
{
color: #CFFCAC;
}
</style>
background-color css
<style>
a { background-color: #CFFCAC; }
a { background-color: rgb(207,252,172); }
div.DivClassName
{
background-color: #CFFCAC;
}
.BgClassName
{
background-color: #CFFCAC;
}
</style>
border-color css
<style>
span { border-color: #CFFCAC; }
span { border-color: rgb(207,252,172); }
td.TdClassName
{
border-color: #CFFCAC;
}
.TagClassName
{
border-color: #CFFCAC;
}
</style>