Shades of Reef #CFF3AB
Tints of Reef #CFF3AB
RGB
CMYK
RGB Variations
Color information
#CFF3AB (or 0xCFF3AB) is known color: Reef. HEX triplet: CF, F3 and AB. RGB value is (207,243,171). Sum of RGB (Red+Green+Blue) = 207+243+171=621 (82% of max value = 765). Red value is 207 (81.25% from 255 or 33.33% from 621); Green value is 243 (95.31% from 255 or 39.13% from 621); Blue value is 171 (67.19% from 255 or 27.54% from 621); Max value from RGB is 243 - color contains mainly: green. Hex color #CFF3AB is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CFF3AB is #300C54. Grayscale: #E0E0E0. Windows color (decimal): -3148885 or 11269071. OLE color: 11269071.
HSL color Cylindrical-coordinate representation of color #CFF3AB: hue angle of 90º degrees, saturation: 0.75, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CFF3AB is Cyan = 0.15, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 207 | 243 | 171 | - |
| CMYK | 0.15 | 0 | 0.30 | 0.05 |
| HSL | 90º | 0.75% | 0.81% | - |
| HSV(B) | 90º | 0.3% | 0.95% | - |
| XYZ | 65.13 | 80.31 | 50.6 | - |
| YUV | 224.03 | 98.07 | 115.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 243 | 171 | 0.15 | 0 | 0.30 | 0.05 | 90 | 0.75 | 0.81 |
| Hex | CF | F3 | AB | F | 0 | 1E | 5 | 5A | 4B | 51 |
| Octal | 317 | 363 | 253 | 17 | 0 | 36 | 5 | 132 | 113 | 121 |
| Binary | 11001111 | 11110011 | 10101011 | 1111 | 0 | 11110 | 101 | 1011010 | 1001011 | 1010001 |
Color Harmonies of #CFF3AB
Complementary color
Monochromatic Colors of #CFF3AB
Black with #CFF3AB
Text Example
Text Example
White with #CFF3AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFF3AB; }
p { color: rgb(207,243,171); }
H1.HeaderClassName
{
color: #CFF3AB;
}
.AnyTagClassName
{
color: #CFF3AB;
}
</style>
background-color css
<style>
a { background-color: #CFF3AB; }
a { background-color: rgb(207,243,171); }
div.DivClassName
{
background-color: #CFF3AB;
}
.BgClassName
{
background-color: #CFF3AB;
}
</style>
border-color css
<style>
span { border-color: #CFF3AB; }
span { border-color: rgb(207,243,171); }
td.TdClassName
{
border-color: #CFF3AB;
}
.TagClassName
{
border-color: #CFF3AB;
}
</style>