Shades of Reef #CFF3A4
Tints of Reef #CFF3A4
RGB
CMYK
RGB Variations
Color information
#CFF3A4 (or 0xCFF3A4) is known color: Reef. HEX triplet: CF, F3 and A4. RGB value is (207,243,164). Sum of RGB (Red+Green+Blue) = 207+243+164=614 (81% of max value = 765). Red value is 207 (81.25% from 255 or 33.71% from 614); Green value is 243 (95.31% from 255 or 39.58% from 614); Blue value is 164 (64.45% from 255 or 26.71% from 614); Max value from RGB is 243 - color contains mainly: green. Hex color #CFF3A4 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CFF3A4 is #300C5B. Grayscale: #DFDFDF. Windows color (decimal): -3148892 or 10810319. OLE color: 10810319.
HSL color Cylindrical-coordinate representation of color #CFF3A4: hue angle of 87.34º degrees, saturation: 0.77, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #CFF3A4 is Cyan = 0.15, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 207 | 243 | 164 | - |
| CMYK | 0.15 | 0 | 0.33 | 0.05 |
| HSL | 87.34º | 0.77% | 0.8% | - |
| HSV(B) | 87.34º | 0.33% | 0.95% | - |
| XYZ | 64.48 | 80.05 | 47.17 | - |
| YUV | 223.23 | 94.57 | 116.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 243 | 164 | 0.15 | 0 | 0.33 | 0.05 | 87.34 | 0.77 | 0.8 |
| Hex | CF | F3 | A4 | F | 0 | 21 | 5 | 57 | 4D | 50 |
| Octal | 317 | 363 | 244 | 17 | 0 | 41 | 5 | 127 | 115 | 120 |
| Binary | 11001111 | 11110011 | 10100100 | 1111 | 0 | 100001 | 101 | 1010111 | 1001101 | 1010000 |
Color Harmonies of #CFF3A4
Complementary color
Monochromatic Colors of #CFF3A4
Black with #CFF3A4
Text Example
Text Example
White with #CFF3A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFF3A4; }
p { color: rgb(207,243,164); }
H1.HeaderClassName
{
color: #CFF3A4;
}
.AnyTagClassName
{
color: #CFF3A4;
}
</style>
background-color css
<style>
a { background-color: #CFF3A4; }
a { background-color: rgb(207,243,164); }
div.DivClassName
{
background-color: #CFF3A4;
}
.BgClassName
{
background-color: #CFF3A4;
}
</style>
border-color css
<style>
span { border-color: #CFF3A4; }
span { border-color: rgb(207,243,164); }
td.TdClassName
{
border-color: #CFF3A4;
}
.TagClassName
{
border-color: #CFF3A4;
}
</style>