Shades of Reef #CFFEAB
Tints of Reef #CFFEAB
RGB
CMYK
RGB Variations
Color information
#CFFEAB (or 0xCFFEAB) is known color: Reef. HEX triplet: CF, FE and AB. RGB value is (207,254,171). Sum of RGB (Red+Green+Blue) = 207+254+171=632 (83% of max value = 765). Red value is 207 (81.25% from 255 or 32.75% from 632); Green value is 254 (99.61% from 255 or 40.19% from 632); Blue value is 171 (67.19% from 255 or 27.06% from 632); Max value from RGB is 254 - color contains mainly: green. Hex color #CFFEAB is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CFFEAB is #300154. Grayscale: #E6E6E6. Windows color (decimal): -3146069 or 11271887. OLE color: 11271887.
HSL color Cylindrical-coordinate representation of color #CFFEAB: hue angle of 93.98º degrees, saturation: 0.98, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #CFFEAB is Cyan = 0.19, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 207 | 254 | 171 | - |
| CMYK | 0.19 | 0 | 0.33 | 0.00 |
| HSL | 93.98º | 0.98% | 0.83% | - |
| HSV(B) | 93.98º | 0.33% | 1% | - |
| XYZ | 68.52 | 87.09 | 51.73 | - |
| YUV | 230.49 | 94.43 | 111.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 254 | 171 | 0.19 | 0 | 0.33 | 0.00 | 93.98 | 0.98 | 0.83 |
| Hex | CF | FE | AB | 13 | 0 | 21 | 0 | 5E | 62 | 53 |
| Octal | 317 | 376 | 253 | 23 | 0 | 41 | 0 | 136 | 142 | 123 |
| Binary | 11001111 | 11111110 | 10101011 | 10011 | 0 | 100001 | 0 | 1011110 | 1100010 | 1010011 |
Color Harmonies of #CFFEAB
Complementary color
Monochromatic Colors of #CFFEAB
Black with #CFFEAB
Text Example
Text Example
White with #CFFEAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFFEAB; }
p { color: rgb(207,254,171); }
H1.HeaderClassName
{
color: #CFFEAB;
}
.AnyTagClassName
{
color: #CFFEAB;
}
</style>
background-color css
<style>
a { background-color: #CFFEAB; }
a { background-color: rgb(207,254,171); }
div.DivClassName
{
background-color: #CFFEAB;
}
.BgClassName
{
background-color: #CFFEAB;
}
</style>
border-color css
<style>
span { border-color: #CFFEAB; }
span { border-color: rgb(207,254,171); }
td.TdClassName
{
border-color: #CFFEAB;
}
.TagClassName
{
border-color: #CFFEAB;
}
</style>